Shades of Russet #88401E
Tints of Russet #88401E
RGB
CMYK
RGB Variations
Color information
#88401E (or 0x88401E) is known color: Russet. HEX triplet: 88, 40 and 1E. RGB value is (136,64,30). Sum of RGB (Red+Green+Blue) = 136+64+30=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88401E is #77BFE1. Grayscale: #515151. Windows color (decimal): -7847906 or 1982600. OLE color: 1982600.
HSL color Cylindrical-coordinate representation of color #88401E: hue angle of 19.25º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88401E is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 30 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.47 |
| HSL | 19.25º | 0.64% | 0.33% | - |
| HSV(B) | 19.25º | 0.78% | 0.53% | - |
| XYZ | 12.22 | 8.99 | 2.32 | - |
| YUV | 81.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 30 | 0 | 0.53 | 0.78 | 0.47 | 19.25 | 0.64 | 0.33 |
| Hex | 88 | 40 | 1E | 0 | 35 | 4E | 2F | 13 | 40 | 21 |
| Octal | 210 | 100 | 36 | 0 | 65 | 116 | 57 | 23 | 100 | 41 |
| Binary | 10001000 | 1000000 | 11110 | 0 | 110101 | 1001110 | 101111 | 10011 | 1000000 | 100001 |
Color Harmonies of #88401E
Complementary color
Monochromatic Colors of #88401E
Black with #88401E
Text Example
Text Example
White with #88401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88401E; }
p { color: rgb(136,64,30); }
H1.HeaderClassName
{
color: #88401E;
}
.AnyTagClassName
{
color: #88401E;
}
</style>
background-color css
<style>
a { background-color: #88401E; }
a { background-color: rgb(136,64,30); }
div.DivClassName
{
background-color: #88401E;
}
.BgClassName
{
background-color: #88401E;
}
</style>
border-color css
<style>
span { border-color: #88401E; }
span { border-color: rgb(136,64,30); }
td.TdClassName
{
border-color: #88401E;
}
.TagClassName
{
border-color: #88401E;
}
</style>