HEX: #C38B41
RGB: (195,139,65)
#C38B41 contains mainly red and green colors. Web safe color of #C38B41 is #CC9933 (or #C93).
#C38B41 color RGB value is (195,139,65).
RGB: (195,139,65)
(76%, 55%, 25%)
R 195 of 255 = 76%
G 139 of 255 = 55%
B 65 of 255 = 25%
R + G + B ~ 52%. #C38B41 is middle color (not dark and not light).
R + G + B = 195 + 139 + 65 = 399 (100%)
R 195 of 399 ~ 48.87%
G 139 of 399 ~ 34.84%
B 65 of 399 ~ 16.29'%
#C38B41 color CMYK value is (0,29,67,24).
CMYK: (0,29,67,24)
C0M29Y67K24 (0%, 29%, 67%, 24%)
(0.00 / 0.29 / 0.67 / 0.24)
Color #C38B41 in popluar color models
C3 | 8B | 41 | |
---|---|---|---|
RGB | 195 | 139 | 65 |
HSL | 34° | 52.00% | 50.98% |
HSB/HSV | 34° | 66.67% | 76.47% |
CMYK | 0.00% | 28.72% | 66.67% |
23.53% |
Color #C38B41 in popluar number systems.
HEX | C3 | 8B | 41 |
Decimal | 195 | 139 | 65 |
Binary | 11000011 | 10001011 | 1000001 |
Octal | 303 | 213 | 101 |
Shades of #C38B41
Tints of #C38B41
Examples of css and html codes for elements with #C38B41 color. Also use rgb(195,139,65) instead hex code.
.myTextColor { color: #C38B41; }
<p style="color:#C38B41">This sample text font color is #C38B41.</p>
This text font color is #C38B41.
.myBgColor { background-color: #C38B41; }
<div style="background-color:#C38B41">Inner text</div>
This div background color is #C38B41.
.myBorderColor { border: 1px solid #C38B41; }
<div style="border:3px solid #C38B41">Div</div>
This div border color is #C38B41.
.myOpacity80 { color: #C38B41; opacity: 0.8; }
<p style="color:#C38B41;opacity:0.8;">80%</p>
Text with #C38B41 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C38B41;}
<p style="text-shadow: 3px 3px 1px #C38B41">Text here.</p>
This text has shadow with #C38B41 color.
.textShadow {text-shadow: 3px 3px 1px #C38B41', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C38B41, 5px 5px 20px red">Text here.</p>
This text has shadow with #C38B41 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38B41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C38B41, Direction=45, Strength=4)">Text</p>
This text has shadow with #C38B41 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C38B41;
-webkit-box-shadow: 1px 1px 3px 2px #C38B41;
box-shadow: 1px 1px 3px 2px #C38B41;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C38B41; -webkit-box-shadow: 1px 1px 3px 2px #C38B41; box-shadow:1px 1px 3px 2px #C38B41;">
Div content here
</div>
This text has color #C38B41 on black background.
This text has color #C38B41 on white background.
This text has black color on #C38B41 background.
This text has white color on #C38B41 background.
Complementary color for #hex is #3C74BE.
Color #C38B41 is used in Earth Yellow gradient.
Earth Yellow