Shades of Russet #88421C
Tints of Russet #88421C
RGB
CMYK
RGB Variations
Color information
#88421C (or 0x88421C) is known color: Russet. HEX triplet: 88, 42 and 1C. RGB value is (136,66,28). Sum of RGB (Red+Green+Blue) = 136+66+28=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88421C is #77BDE3. Grayscale: #525252. Windows color (decimal): -7847396 or 1852040. OLE color: 1852040.
HSL color Cylindrical-coordinate representation of color #88421C: hue angle of 21.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88421C is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 28 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.47 |
| HSL | 21.11º | 0.66% | 0.32% | - |
| HSV(B) | 21.11º | 0.79% | 0.53% | - |
| XYZ | 12.31 | 9.21 | 2.23 | - |
| YUV | 82.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 28 | 0 | 0.51 | 0.79 | 0.47 | 21.11 | 0.66 | 0.32 |
| Hex | 88 | 42 | 1C | 0 | 33 | 4F | 2F | 15 | 42 | 20 |
| Octal | 210 | 102 | 34 | 0 | 63 | 117 | 57 | 25 | 102 | 40 |
| Binary | 10001000 | 1000010 | 11100 | 0 | 110011 | 1001111 | 101111 | 10101 | 1000010 | 100000 |
Color Harmonies of #88421C
Complementary color
Monochromatic Colors of #88421C
Black with #88421C
Text Example
Text Example
White with #88421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88421C; }
p { color: rgb(136,66,28); }
H1.HeaderClassName
{
color: #88421C;
}
.AnyTagClassName
{
color: #88421C;
}
</style>
background-color css
<style>
a { background-color: #88421C; }
a { background-color: rgb(136,66,28); }
div.DivClassName
{
background-color: #88421C;
}
.BgClassName
{
background-color: #88421C;
}
</style>
border-color css
<style>
span { border-color: #88421C; }
span { border-color: rgb(136,66,28); }
td.TdClassName
{
border-color: #88421C;
}
.TagClassName
{
border-color: #88421C;
}
</style>