Shades of Russet #88511B
Tints of Russet #88511B
RGB
CMYK
RGB Variations
Color information
#88511B (or 0x88511B) is known color: Russet. HEX triplet: 88, 51 and 1B. RGB value is (136,81,27). Sum of RGB (Red+Green+Blue) = 136+81+27=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88511B is #77AEE4. Grayscale: #5B5B5B. Windows color (decimal): -7843557 or 1790344. OLE color: 1790344.
HSL color Cylindrical-coordinate representation of color #88511B: hue angle of 29.72º 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 #88511B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 27 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.47 |
| HSL | 29.72º | 0.67% | 0.32% | - |
| HSV(B) | 29.72º | 0.8% | 0.53% | - |
| XYZ | 13.29 | 11.2 | 2.5 | - |
| YUV | 91.29 | 91.72 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 27 | 0 | 0.40 | 0.80 | 0.47 | 29.72 | 0.67 | 0.32 |
| Hex | 88 | 51 | 1B | 0 | 28 | 50 | 2F | 1E | 43 | 20 |
| Octal | 210 | 121 | 33 | 0 | 50 | 120 | 57 | 36 | 103 | 40 |
| Binary | 10001000 | 1010001 | 11011 | 0 | 101000 | 1010000 | 101111 | 11110 | 1000011 | 100000 |
Color Harmonies of #88511B
Complementary color
Monochromatic Colors of #88511B
Black with #88511B
Text Example
Text Example
White with #88511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88511B; }
p { color: rgb(136,81,27); }
H1.HeaderClassName
{
color: #88511B;
}
.AnyTagClassName
{
color: #88511B;
}
</style>
background-color css
<style>
a { background-color: #88511B; }
a { background-color: rgb(136,81,27); }
div.DivClassName
{
background-color: #88511B;
}
.BgClassName
{
background-color: #88511B;
}
</style>
border-color css
<style>
span { border-color: #88511B; }
span { border-color: rgb(136,81,27); }
td.TdClassName
{
border-color: #88511B;
}
.TagClassName
{
border-color: #88511B;
}
</style>