Shades of Russet #88521B
Tints of Russet #88521B
RGB
CMYK
RGB Variations
Color information
#88521B (or 0x88521B) is known color: Russet. HEX triplet: 88, 52 and 1B. RGB value is (136,82,27). Sum of RGB (Red+Green+Blue) = 136+82+27=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88521B is #77ADE4. Grayscale: #5C5C5C. Windows color (decimal): -7843301 or 1790600. OLE color: 1790600.
HSL color Cylindrical-coordinate representation of color #88521B: hue angle of 30.28º 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 #88521B is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 27 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.47 |
| HSL | 30.28º | 0.67% | 0.32% | - |
| HSV(B) | 30.28º | 0.8% | 0.53% | - |
| XYZ | 13.37 | 11.35 | 2.52 | - |
| YUV | 91.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 27 | 0 | 0.40 | 0.80 | 0.47 | 30.28 | 0.67 | 0.32 |
| Hex | 88 | 52 | 1B | 0 | 28 | 50 | 2F | 1E | 43 | 20 |
| Octal | 210 | 122 | 33 | 0 | 50 | 120 | 57 | 36 | 103 | 40 |
| Binary | 10001000 | 1010010 | 11011 | 0 | 101000 | 1010000 | 101111 | 11110 | 1000011 | 100000 |
Color Harmonies of #88521B
Complementary color
Monochromatic Colors of #88521B
Black with #88521B
Text Example
Text Example
White with #88521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88521B; }
p { color: rgb(136,82,27); }
H1.HeaderClassName
{
color: #88521B;
}
.AnyTagClassName
{
color: #88521B;
}
</style>
background-color css
<style>
a { background-color: #88521B; }
a { background-color: rgb(136,82,27); }
div.DivClassName
{
background-color: #88521B;
}
.BgClassName
{
background-color: #88521B;
}
</style>
border-color css
<style>
span { border-color: #88521B; }
span { border-color: rgb(136,82,27); }
td.TdClassName
{
border-color: #88521B;
}
.TagClassName
{
border-color: #88521B;
}
</style>