HEX: #825915
RGB: (130,89,21)
#825915 contains mainly red and green colors. Web safe color of #825915 is #996600 (or #960).
#825915 color RGB value is (130,89,21).
RGB: (130,89,21)
(51%, 35%, 8%)
R 130 of 255 = 51%
G 89 of 255 = 35%
B 21 of 255 = 8%
R + G + B ~ 31%. #825915 is quite dark color.
R + G + B = 130 + 89 + 21 = 240 (100%)
R 130 of 240 ~ 54.17%
G 89 of 240 ~ 37.08%
B 21 of 240 ~ 8.75'%
#825915 color CMYK value is (0,32,84,49).
CMYK: (0,32,84,49) C0M32Y84K49 (0%,32%,84%,49%) (0.00/0.32/0.84/0.49)
Color #825915 in popluar color models
82 | 59 | 15 | |
---|---|---|---|
RGB | 130 | 89 | 21 |
HSL | 37° | 72.19% | 29.61% |
HSB/HSV | 37° | 83.85% | 50.98% |
CMYK | 0.00% | 31.54% | 83.85% |
49.02% |
Color #825915 in popluar number systems.
HEX | 82 | 59 | 15 |
Decimal | 130 | 89 | 21 |
Binary | 10000010 | 1011001 | 10101 |
Octal | 202 | 131 | 25 |
Shades of #825915
Tints of #825915
Examples of css and html codes for elements with #825915 color. Also use rgb(130,89,21) instead hex code.
.myTextColor { color: #825915; }
<p style="color:#825915">This sample text font color is #825915.</p>
This text font color is #825915.
.myBgColor { background-color: #825915; }
<div style="background-color:#825915">Inner text</div>
This div background color is #825915.
.myBorderColor { border: 1px solid #825915; }
<div style="border:3px solid #825915">Div</div>
This div border color is #825915.
.myOpacity80 { color: #825915; opacity: 0.8; }
<p style="color:#825915;opacity:0.8;">80%</p>
Text with #825915 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #825915;}
<p style="text-shadow: 3px 3px 1px #825915">Text here.</p>
This text has shadow with #825915 color.
.textShadow {text-shadow: 3px 3px 1px #825915', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #825915, 5px 5px 20px red">Text here.</p>
This text has shadow with #825915 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#825915, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#825915, Direction=45, Strength=4)">Text</p>
This text has shadow with #825915 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #825915;
-webkit-box-shadow: 1px 1px 3px 2px #825915;
box-shadow: 1px 1px 3px 2px #825915;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #825915; -webkit-box-shadow: 1px 1px 3px 2px #825915; box-shadow:1px 1px 3px 2px #825915;">
Div content here
</div>
This text has color #825915 on black background.
This text has color #825915 on white background.
This text has black color on #825915 background.
This text has white color on #825915 background.
Complementary color for #hex is #7DA6EA.