Shades of Russet #884D21
Tints of Russet #884D21
RGB
CMYK
RGB Variations
Color information
#884D21 (or 0x884D21) is known color: Russet. HEX triplet: 88, 4D and 21. RGB value is (136,77,33). Sum of RGB (Red+Green+Blue) = 136+77+33=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #884D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D21 is #77B2DE. Grayscale: #595959. Windows color (decimal): -7844575 or 2182536. OLE color: 2182536.
HSL color Cylindrical-coordinate representation of color #884D21: hue angle of 25.63º degrees, saturation: 0.61, 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 #884D21 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 33 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.47 |
| HSL | 25.63º | 0.61% | 0.33% | - |
| HSV(B) | 25.63º | 0.76% | 0.53% | - |
| XYZ | 13.08 | 10.65 | 2.81 | - |
| YUV | 89.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 33 | 0 | 0.43 | 0.76 | 0.47 | 25.63 | 0.61 | 0.33 |
| Hex | 88 | 4D | 21 | 0 | 2B | 4C | 2F | 1A | 3D | 21 |
| Octal | 210 | 115 | 41 | 0 | 53 | 114 | 57 | 32 | 75 | 41 |
| Binary | 10001000 | 1001101 | 100001 | 0 | 101011 | 1001100 | 101111 | 11010 | 111101 | 100001 |
Color Harmonies of #884D21
Complementary color
Monochromatic Colors of #884D21
Black with #884D21
Text Example
Text Example
White with #884D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D21; }
p { color: rgb(136,77,33); }
H1.HeaderClassName
{
color: #884D21;
}
.AnyTagClassName
{
color: #884D21;
}
</style>
background-color css
<style>
a { background-color: #884D21; }
a { background-color: rgb(136,77,33); }
div.DivClassName
{
background-color: #884D21;
}
.BgClassName
{
background-color: #884D21;
}
</style>
border-color css
<style>
span { border-color: #884D21; }
span { border-color: rgb(136,77,33); }
td.TdClassName
{
border-color: #884D21;
}
.TagClassName
{
border-color: #884D21;
}
</style>