Shades of Russet #88511F
Tints of Russet #88511F
RGB
CMYK
RGB Variations
Color information
#88511F (or 0x88511F) is known color: Russet. HEX triplet: 88, 51 and 1F. RGB value is (136,81,31). Sum of RGB (Red+Green+Blue) = 136+81+31=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88511F is #77AEE0. Grayscale: #5C5C5C. Windows color (decimal): -7843553 or 2052488. OLE color: 2052488.
HSL color Cylindrical-coordinate representation of color #88511F: hue angle of 28.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88511F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 31 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.47 |
| HSL | 28.57º | 0.63% | 0.33% | - |
| HSV(B) | 28.57º | 0.77% | 0.53% | - |
| XYZ | 13.34 | 11.22 | 2.76 | - |
| YUV | 91.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 31 | 0 | 0.40 | 0.77 | 0.47 | 28.57 | 0.63 | 0.33 |
| Hex | 88 | 51 | 1F | 0 | 28 | 4D | 2F | 1D | 3F | 21 |
| Octal | 210 | 121 | 37 | 0 | 50 | 115 | 57 | 35 | 77 | 41 |
| Binary | 10001000 | 1010001 | 11111 | 0 | 101000 | 1001101 | 101111 | 11101 | 111111 | 100001 |
Color Harmonies of #88511F
Complementary color
Monochromatic Colors of #88511F
Black with #88511F
Text Example
Text Example
White with #88511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88511F; }
p { color: rgb(136,81,31); }
H1.HeaderClassName
{
color: #88511F;
}
.AnyTagClassName
{
color: #88511F;
}
</style>
background-color css
<style>
a { background-color: #88511F; }
a { background-color: rgb(136,81,31); }
div.DivClassName
{
background-color: #88511F;
}
.BgClassName
{
background-color: #88511F;
}
</style>
border-color css
<style>
span { border-color: #88511F; }
span { border-color: rgb(136,81,31); }
td.TdClassName
{
border-color: #88511F;
}
.TagClassName
{
border-color: #88511F;
}
</style>