Shades of Russet #88401C
Tints of Russet #88401C
RGB
CMYK
RGB Variations
Color information
#88401C (or 0x88401C) is known color: Russet. HEX triplet: 88, 40 and 1C. RGB value is (136,64,28). Sum of RGB (Red+Green+Blue) = 136+64+28=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88401C is #77BFE3. Grayscale: #515151. Windows color (decimal): -7847908 or 1851528. OLE color: 1851528.
HSL color Cylindrical-coordinate representation of color #88401C: hue angle of 20º 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 #88401C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 28 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.47 |
| HSL | 20º | 0.66% | 0.32% | - |
| HSV(B) | 20º | 0.79% | 0.53% | - |
| XYZ | 12.2 | 8.98 | 2.19 | - |
| YUV | 81.42 | 97.85 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 28 | 0 | 0.53 | 0.79 | 0.47 | 20 | 0.66 | 0.32 |
| Hex | 88 | 40 | 1C | 0 | 35 | 4F | 2F | 14 | 42 | 20 |
| Octal | 210 | 100 | 34 | 0 | 65 | 117 | 57 | 24 | 102 | 40 |
| Binary | 10001000 | 1000000 | 11100 | 0 | 110101 | 1001111 | 101111 | 10100 | 1000010 | 100000 |
Color Harmonies of #88401C
Complementary color
Monochromatic Colors of #88401C
Black with #88401C
Text Example
Text Example
White with #88401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88401C; }
p { color: rgb(136,64,28); }
H1.HeaderClassName
{
color: #88401C;
}
.AnyTagClassName
{
color: #88401C;
}
</style>
background-color css
<style>
a { background-color: #88401C; }
a { background-color: rgb(136,64,28); }
div.DivClassName
{
background-color: #88401C;
}
.BgClassName
{
background-color: #88401C;
}
</style>
border-color css
<style>
span { border-color: #88401C; }
span { border-color: rgb(136,64,28); }
td.TdClassName
{
border-color: #88401C;
}
.TagClassName
{
border-color: #88401C;
}
</style>