Shades of Russet #88531C
Tints of Russet #88531C
RGB
CMYK
RGB Variations
Color information
#88531C (or 0x88531C) is known color: Russet. HEX triplet: 88, 53 and 1C. RGB value is (136,83,28). Sum of RGB (Red+Green+Blue) = 136+83+28=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88531C is #77ACE3. Grayscale: #5C5C5C. Windows color (decimal): -7843044 or 1856392. OLE color: 1856392.
HSL color Cylindrical-coordinate representation of color #88531C: hue angle of 30.56º 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 #88531C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 28 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.47 |
| HSL | 30.56º | 0.66% | 0.32% | - |
| HSV(B) | 30.56º | 0.79% | 0.53% | - |
| XYZ | 13.46 | 11.5 | 2.61 | - |
| YUV | 92.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 28 | 0 | 0.39 | 0.79 | 0.47 | 30.56 | 0.66 | 0.32 |
| Hex | 88 | 53 | 1C | 0 | 27 | 4F | 2F | 1F | 42 | 20 |
| Octal | 210 | 123 | 34 | 0 | 47 | 117 | 57 | 37 | 102 | 40 |
| Binary | 10001000 | 1010011 | 11100 | 0 | 100111 | 1001111 | 101111 | 11111 | 1000010 | 100000 |
Color Harmonies of #88531C
Complementary color
Monochromatic Colors of #88531C
Black with #88531C
Text Example
Text Example
White with #88531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88531C; }
p { color: rgb(136,83,28); }
H1.HeaderClassName
{
color: #88531C;
}
.AnyTagClassName
{
color: #88531C;
}
</style>
background-color css
<style>
a { background-color: #88531C; }
a { background-color: rgb(136,83,28); }
div.DivClassName
{
background-color: #88531C;
}
.BgClassName
{
background-color: #88531C;
}
</style>
border-color css
<style>
span { border-color: #88531C; }
span { border-color: rgb(136,83,28); }
td.TdClassName
{
border-color: #88531C;
}
.TagClassName
{
border-color: #88531C;
}
</style>