Shades of Russet #884D1F
Tints of Russet #884D1F
RGB
CMYK
RGB Variations
Color information
#884D1F (or 0x884D1F) is known color: Russet. HEX triplet: 88, 4D and 1F. RGB value is (136,77,31). Sum of RGB (Red+Green+Blue) = 136+77+31=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D1F is #77B2E0. Grayscale: #595959. Windows color (decimal): -7844577 or 2051464. OLE color: 2051464.
HSL color Cylindrical-coordinate representation of color #884D1F: hue angle of 26.29º 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 #884D1F is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 31 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.47 |
| HSL | 26.29º | 0.63% | 0.33% | - |
| HSV(B) | 26.29º | 0.77% | 0.53% | - |
| XYZ | 13.05 | 10.64 | 2.66 | - |
| YUV | 89.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 31 | 0 | 0.43 | 0.77 | 0.47 | 26.29 | 0.63 | 0.33 |
| Hex | 88 | 4D | 1F | 0 | 2B | 4D | 2F | 1A | 3F | 21 |
| Octal | 210 | 115 | 37 | 0 | 53 | 115 | 57 | 32 | 77 | 41 |
| Binary | 10001000 | 1001101 | 11111 | 0 | 101011 | 1001101 | 101111 | 11010 | 111111 | 100001 |
Color Harmonies of #884D1F
Complementary color
Monochromatic Colors of #884D1F
Black with #884D1F
Text Example
Text Example
White with #884D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D1F; }
p { color: rgb(136,77,31); }
H1.HeaderClassName
{
color: #884D1F;
}
.AnyTagClassName
{
color: #884D1F;
}
</style>
background-color css
<style>
a { background-color: #884D1F; }
a { background-color: rgb(136,77,31); }
div.DivClassName
{
background-color: #884D1F;
}
.BgClassName
{
background-color: #884D1F;
}
</style>
border-color css
<style>
span { border-color: #884D1F; }
span { border-color: rgb(136,77,31); }
td.TdClassName
{
border-color: #884D1F;
}
.TagClassName
{
border-color: #884D1F;
}
</style>