Shades of Russet #88511C
Tints of Russet #88511C
RGB
CMYK
RGB Variations
Color information
#88511C (or 0x88511C) is known color: Russet. HEX triplet: 88, 51 and 1C. RGB value is (136,81,28). Sum of RGB (Red+Green+Blue) = 136+81+28=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88511C is #77AEE3. Grayscale: #5B5B5B. Windows color (decimal): -7843556 or 1855880. OLE color: 1855880.
HSL color Cylindrical-coordinate representation of color #88511C: hue angle of 29.44º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88511C is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 28 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.47 |
| HSL | 29.44º | 0.66% | 0.32% | - |
| HSV(B) | 29.44º | 0.79% | 0.53% | - |
| XYZ | 13.31 | 11.2 | 2.56 | - |
| YUV | 91.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 28 | 0 | 0.40 | 0.79 | 0.47 | 29.44 | 0.66 | 0.32 |
| Hex | 88 | 51 | 1C | 0 | 28 | 4F | 2F | 1D | 42 | 20 |
| Octal | 210 | 121 | 34 | 0 | 50 | 117 | 57 | 35 | 102 | 40 |
| Binary | 10001000 | 1010001 | 11100 | 0 | 101000 | 1001111 | 101111 | 11101 | 1000010 | 100000 |
Color Harmonies of #88511C
Complementary color
Monochromatic Colors of #88511C
Black with #88511C
Text Example
Text Example
White with #88511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88511C; }
p { color: rgb(136,81,28); }
H1.HeaderClassName
{
color: #88511C;
}
.AnyTagClassName
{
color: #88511C;
}
</style>
background-color css
<style>
a { background-color: #88511C; }
a { background-color: rgb(136,81,28); }
div.DivClassName
{
background-color: #88511C;
}
.BgClassName
{
background-color: #88511C;
}
</style>
border-color css
<style>
span { border-color: #88511C; }
span { border-color: rgb(136,81,28); }
td.TdClassName
{
border-color: #88511C;
}
.TagClassName
{
border-color: #88511C;
}
</style>