Shades of Russet #88521D
Tints of Russet #88521D
RGB
CMYK
RGB Variations
Color information
#88521D (or 0x88521D) is known color: Russet. HEX triplet: 88, 52 and 1D. RGB value is (136,82,29). Sum of RGB (Red+Green+Blue) = 136+82+29=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88521D is #77ADE2. Grayscale: #5C5C5C. Windows color (decimal): -7843299 or 1921672. OLE color: 1921672.
HSL color Cylindrical-coordinate representation of color #88521D: hue angle of 29.72º degrees, saturation: 0.65, 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 #88521D is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 29 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.47 |
| HSL | 29.72º | 0.65% | 0.32% | - |
| HSV(B) | 29.72º | 0.79% | 0.53% | - |
| XYZ | 13.39 | 11.36 | 2.65 | - |
| YUV | 92.1 | 92.39 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 29 | 0 | 0.40 | 0.79 | 0.47 | 29.72 | 0.65 | 0.32 |
| Hex | 88 | 52 | 1D | 0 | 28 | 4F | 2F | 1E | 41 | 20 |
| Octal | 210 | 122 | 35 | 0 | 50 | 117 | 57 | 36 | 101 | 40 |
| Binary | 10001000 | 1010010 | 11101 | 0 | 101000 | 1001111 | 101111 | 11110 | 1000001 | 100000 |
Color Harmonies of #88521D
Complementary color
Monochromatic Colors of #88521D
Black with #88521D
Text Example
Text Example
White with #88521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88521D; }
p { color: rgb(136,82,29); }
H1.HeaderClassName
{
color: #88521D;
}
.AnyTagClassName
{
color: #88521D;
}
</style>
background-color css
<style>
a { background-color: #88521D; }
a { background-color: rgb(136,82,29); }
div.DivClassName
{
background-color: #88521D;
}
.BgClassName
{
background-color: #88521D;
}
</style>
border-color css
<style>
span { border-color: #88521D; }
span { border-color: rgb(136,82,29); }
td.TdClassName
{
border-color: #88521D;
}
.TagClassName
{
border-color: #88521D;
}
</style>