Shades of Russet #884F20
Tints of Russet #884F20
RGB
CMYK
RGB Variations
Color information
#884F20 (or 0x884F20) is known color: Russet. HEX triplet: 88, 4F and 20. RGB value is (136,79,32). Sum of RGB (Red+Green+Blue) = 136+79+32=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #884F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F20 is #77B0DF. Grayscale: #5A5A5A. Windows color (decimal): -7844064 or 2117512. OLE color: 2117512.
HSL color Cylindrical-coordinate representation of color #884F20: hue angle of 27.12º 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 #884F20 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 32 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.47 |
| HSL | 27.12º | 0.62% | 0.33% | - |
| HSV(B) | 27.12º | 0.76% | 0.53% | - |
| XYZ | 13.21 | 10.93 | 2.78 | - |
| YUV | 90.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 32 | 0 | 0.42 | 0.76 | 0.47 | 27.12 | 0.62 | 0.33 |
| Hex | 88 | 4F | 20 | 0 | 2A | 4C | 2F | 1B | 3E | 21 |
| Octal | 210 | 117 | 40 | 0 | 52 | 114 | 57 | 33 | 76 | 41 |
| Binary | 10001000 | 1001111 | 100000 | 0 | 101010 | 1001100 | 101111 | 11011 | 111110 | 100001 |
Color Harmonies of #884F20
Complementary color
Monochromatic Colors of #884F20
Black with #884F20
Text Example
Text Example
White with #884F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F20; }
p { color: rgb(136,79,32); }
H1.HeaderClassName
{
color: #884F20;
}
.AnyTagClassName
{
color: #884F20;
}
</style>
background-color css
<style>
a { background-color: #884F20; }
a { background-color: rgb(136,79,32); }
div.DivClassName
{
background-color: #884F20;
}
.BgClassName
{
background-color: #884F20;
}
</style>
border-color css
<style>
span { border-color: #884F20; }
span { border-color: rgb(136,79,32); }
td.TdClassName
{
border-color: #884F20;
}
.TagClassName
{
border-color: #884F20;
}
</style>