Shades of Russet #88491B
Tints of Russet #88491B
RGB
CMYK
RGB Variations
Color information
#88491B (or 0x88491B) is known color: Russet. HEX triplet: 88, 49 and 1B. RGB value is (136,73,27). Sum of RGB (Red+Green+Blue) = 136+73+27=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88491B is #77B6E4. Grayscale: #565656. Windows color (decimal): -7845605 or 1788296. OLE color: 1788296.
HSL color Cylindrical-coordinate representation of color #88491B: hue angle of 25.32º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88491B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 27 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.47 |
| HSL | 25.32º | 0.67% | 0.32% | - |
| HSV(B) | 25.32º | 0.8% | 0.53% | - |
| XYZ | 12.73 | 10.08 | 2.31 | - |
| YUV | 86.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 27 | 0 | 0.46 | 0.80 | 0.47 | 25.32 | 0.67 | 0.32 |
| Hex | 88 | 49 | 1B | 0 | 2E | 50 | 2F | 19 | 43 | 20 |
| Octal | 210 | 111 | 33 | 0 | 56 | 120 | 57 | 31 | 103 | 40 |
| Binary | 10001000 | 1001001 | 11011 | 0 | 101110 | 1010000 | 101111 | 11001 | 1000011 | 100000 |
Color Harmonies of #88491B
Complementary color
Monochromatic Colors of #88491B
Black with #88491B
Text Example
Text Example
White with #88491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88491B; }
p { color: rgb(136,73,27); }
H1.HeaderClassName
{
color: #88491B;
}
.AnyTagClassName
{
color: #88491B;
}
</style>
background-color css
<style>
a { background-color: #88491B; }
a { background-color: rgb(136,73,27); }
div.DivClassName
{
background-color: #88491B;
}
.BgClassName
{
background-color: #88491B;
}
</style>
border-color css
<style>
span { border-color: #88491B; }
span { border-color: rgb(136,73,27); }
td.TdClassName
{
border-color: #88491B;
}
.TagClassName
{
border-color: #88491B;
}
</style>