Shades of Russet #88411E
Tints of Russet #88411E
RGB
CMYK
RGB Variations
Color information
#88411E (or 0x88411E) is known color: Russet. HEX triplet: 88, 41 and 1E. RGB value is (136,65,30). Sum of RGB (Red+Green+Blue) = 136+65+30=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88411E is #77BEE1. Grayscale: #525252. Windows color (decimal): -7847650 or 1982856. OLE color: 1982856.
HSL color Cylindrical-coordinate representation of color #88411E: hue angle of 19.81º 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 #88411E is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 30 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.47 |
| HSL | 19.81º | 0.64% | 0.33% | - |
| HSV(B) | 19.81º | 0.78% | 0.53% | - |
| XYZ | 12.28 | 9.11 | 2.34 | - |
| YUV | 82.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 30 | 0 | 0.52 | 0.78 | 0.47 | 19.81 | 0.64 | 0.33 |
| Hex | 88 | 41 | 1E | 0 | 34 | 4E | 2F | 14 | 40 | 21 |
| Octal | 210 | 101 | 36 | 0 | 64 | 116 | 57 | 24 | 100 | 41 |
| Binary | 10001000 | 1000001 | 11110 | 0 | 110100 | 1001110 | 101111 | 10100 | 1000000 | 100001 |
Color Harmonies of #88411E
Complementary color
Monochromatic Colors of #88411E
Black with #88411E
Text Example
Text Example
White with #88411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88411E; }
p { color: rgb(136,65,30); }
H1.HeaderClassName
{
color: #88411E;
}
.AnyTagClassName
{
color: #88411E;
}
</style>
background-color css
<style>
a { background-color: #88411E; }
a { background-color: rgb(136,65,30); }
div.DivClassName
{
background-color: #88411E;
}
.BgClassName
{
background-color: #88411E;
}
</style>
border-color css
<style>
span { border-color: #88411E; }
span { border-color: rgb(136,65,30); }
td.TdClassName
{
border-color: #88411E;
}
.TagClassName
{
border-color: #88411E;
}
</style>