Shades of Russet #884C21
Tints of Russet #884C21
RGB
CMYK
RGB Variations
Color information
#884C21 (or 0x884C21) is known color: Russet. HEX triplet: 88, 4C and 21. RGB value is (136,76,33). Sum of RGB (Red+Green+Blue) = 136+76+33=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #884C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C21 is #77B3DE. Grayscale: #595959. Windows color (decimal): -7844831 or 2182280. OLE color: 2182280.
HSL color Cylindrical-coordinate representation of color #884C21: hue angle of 25.05º 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 #884C21 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 33 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.47 |
| HSL | 25.05º | 0.61% | 0.33% | - |
| HSV(B) | 25.05º | 0.76% | 0.53% | - |
| XYZ | 13.01 | 10.51 | 2.78 | - |
| YUV | 89.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 33 | 0 | 0.44 | 0.76 | 0.47 | 25.05 | 0.61 | 0.33 |
| Hex | 88 | 4C | 21 | 0 | 2C | 4C | 2F | 19 | 3D | 21 |
| Octal | 210 | 114 | 41 | 0 | 54 | 114 | 57 | 31 | 75 | 41 |
| Binary | 10001000 | 1001100 | 100001 | 0 | 101100 | 1001100 | 101111 | 11001 | 111101 | 100001 |
Color Harmonies of #884C21
Complementary color
Monochromatic Colors of #884C21
Black with #884C21
Text Example
Text Example
White with #884C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C21; }
p { color: rgb(136,76,33); }
H1.HeaderClassName
{
color: #884C21;
}
.AnyTagClassName
{
color: #884C21;
}
</style>
background-color css
<style>
a { background-color: #884C21; }
a { background-color: rgb(136,76,33); }
div.DivClassName
{
background-color: #884C21;
}
.BgClassName
{
background-color: #884C21;
}
</style>
border-color css
<style>
span { border-color: #884C21; }
span { border-color: rgb(136,76,33); }
td.TdClassName
{
border-color: #884C21;
}
.TagClassName
{
border-color: #884C21;
}
</style>