Shades of Russet #884E20
Tints of Russet #884E20
RGB
CMYK
RGB Variations
Color information
#884E20 (or 0x884E20) is known color: Russet. HEX triplet: 88, 4E and 20. RGB value is (136,78,32). Sum of RGB (Red+Green+Blue) = 136+78+32=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #884E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884E20 is #77B1DF. Grayscale: #5A5A5A. Windows color (decimal): -7844320 or 2117256. OLE color: 2117256.
HSL color Cylindrical-coordinate representation of color #884E20: hue angle of 26.54º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #884E20 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 32 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.47 |
| HSL | 26.54º | 0.62% | 0.33% | - |
| HSV(B) | 26.54º | 0.76% | 0.53% | - |
| XYZ | 13.14 | 10.79 | 2.76 | - |
| YUV | 90.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 32 | 0 | 0.43 | 0.76 | 0.47 | 26.54 | 0.62 | 0.33 |
| Hex | 88 | 4E | 20 | 0 | 2B | 4C | 2F | 1B | 3E | 21 |
| Octal | 210 | 116 | 40 | 0 | 53 | 114 | 57 | 33 | 76 | 41 |
| Binary | 10001000 | 1001110 | 100000 | 0 | 101011 | 1001100 | 101111 | 11011 | 111110 | 100001 |
Color Harmonies of #884E20
Complementary color
Monochromatic Colors of #884E20
Black with #884E20
Text Example
Text Example
White with #884E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E20; }
p { color: rgb(136,78,32); }
H1.HeaderClassName
{
color: #884E20;
}
.AnyTagClassName
{
color: #884E20;
}
</style>
background-color css
<style>
a { background-color: #884E20; }
a { background-color: rgb(136,78,32); }
div.DivClassName
{
background-color: #884E20;
}
.BgClassName
{
background-color: #884E20;
}
</style>
border-color css
<style>
span { border-color: #884E20; }
span { border-color: rgb(136,78,32); }
td.TdClassName
{
border-color: #884E20;
}
.TagClassName
{
border-color: #884E20;
}
</style>