Shades of Russet #884F1F
Tints of Russet #884F1F
RGB
CMYK
RGB Variations
Color information
#884F1F (or 0x884F1F) is known color: Russet. HEX triplet: 88, 4F and 1F. RGB value is (136,79,31). Sum of RGB (Red+Green+Blue) = 136+79+31=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #884F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F1F is #77B0E0. Grayscale: #5A5A5A. Windows color (decimal): -7844065 or 2051976. OLE color: 2051976.
HSL color Cylindrical-coordinate representation of color #884F1F: hue angle of 27.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #884F1F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 31 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.47 |
| HSL | 27.43º | 0.63% | 0.33% | - |
| HSV(B) | 27.43º | 0.77% | 0.53% | - |
| XYZ | 13.2 | 10.93 | 2.71 | - |
| YUV | 90.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 31 | 0 | 0.42 | 0.77 | 0.47 | 27.43 | 0.63 | 0.33 |
| Hex | 88 | 4F | 1F | 0 | 2A | 4D | 2F | 1B | 3F | 21 |
| Octal | 210 | 117 | 37 | 0 | 52 | 115 | 57 | 33 | 77 | 41 |
| Binary | 10001000 | 1001111 | 11111 | 0 | 101010 | 1001101 | 101111 | 11011 | 111111 | 100001 |
Color Harmonies of #884F1F
Complementary color
Monochromatic Colors of #884F1F
Black with #884F1F
Text Example
Text Example
White with #884F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F1F; }
p { color: rgb(136,79,31); }
H1.HeaderClassName
{
color: #884F1F;
}
.AnyTagClassName
{
color: #884F1F;
}
</style>
background-color css
<style>
a { background-color: #884F1F; }
a { background-color: rgb(136,79,31); }
div.DivClassName
{
background-color: #884F1F;
}
.BgClassName
{
background-color: #884F1F;
}
</style>
border-color css
<style>
span { border-color: #884F1F; }
span { border-color: rgb(136,79,31); }
td.TdClassName
{
border-color: #884F1F;
}
.TagClassName
{
border-color: #884F1F;
}
</style>