HEX: #856019
RGB: (133,96,25)
#856019 contains mainly red and green colors. Web safe color of #856019 is #996600 (or #960).
#856019 color RGB value is (133,96,25).
RGB: (133,96,25)
(52%, 38%, 10%)
R 133 of 255 = 52%
G 96 of 255 = 38%
B 25 of 255 = 10%
R + G + B ~ 33%. #856019 is quite dark color.
R + G + B = 133 + 96 + 25 = 254 (100%)
R 133 of 254 ~ 52.36%
G 96 of 254 ~ 37.8%
B 25 of 254 ~ 9.84'%
#856019 color CMYK value is (0,28,81,48).
CMYK: (0,28,81,48)
C0M28Y81K48 (0%, 28%, 81%, 48%)
(0.00 / 0.28 / 0.81 / 0.48)
Color #856019 in popluar color models
85 | 60 | 19 | |
---|---|---|---|
RGB | 133 | 96 | 25 |
HSL | 39° | 68.35% | 30.98% |
HSB/HSV | 39° | 81.20% | 52.16% |
CMYK | 0.00% | 27.82% | 81.20% |
47.84% |
Color #856019 in popluar number systems.
HEX | 85 | 60 | 19 |
Decimal | 133 | 96 | 25 |
Binary | 10000101 | 1100000 | 11001 |
Octal | 205 | 140 | 31 |
Shades of #856019
Tints of #856019
Examples of css and html codes for elements with #856019 color. Also use rgb(133,96,25) instead hex code.
.myTextColor { color: #856019; }
<p style="color:#856019">This sample text font color is #856019.</p>
This text font color is #856019.
.myBgColor { background-color: #856019; }
<div style="background-color:#856019">Inner text</div>
This div background color is #856019.
.myBorderColor { border: 1px solid #856019; }
<div style="border:3px solid #856019">Div</div>
This div border color is #856019.
.myOpacity80 { color: #856019; opacity: 0.8; }
<p style="color:#856019;opacity:0.8;">80%</p>
Text with #856019 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #856019;}
<p style="text-shadow: 3px 3px 1px #856019">Text here.</p>
This text has shadow with #856019 color.
.textShadow {text-shadow: 3px 3px 1px #856019', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #856019, 5px 5px 20px red">Text here.</p>
This text has shadow with #856019 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#856019, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#856019, Direction=45, Strength=4)">Text</p>
This text has shadow with #856019 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #856019;
-webkit-box-shadow: 1px 1px 3px 2px #856019;
box-shadow: 1px 1px 3px 2px #856019;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #856019; -webkit-box-shadow: 1px 1px 3px 2px #856019; box-shadow:1px 1px 3px 2px #856019;">
Div content here
</div>
This text has color #856019 on black background.
This text has color #856019 on white background.
This text has black color on #856019 background.
This text has white color on #856019 background.
Complementary color for #hex is #7A9FE6.