Shades of Saddle Brown #88520B
Tints of Saddle Brown #88520B
RGB
CMYK
RGB Variations
Color information
#88520B (or 0x88520B) is known color: Saddle Brown. HEX triplet: 88, 52 and 0B. RGB value is (136,82,11). Sum of RGB (Red+Green+Blue) = 136+82+11=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88520B is #77ADF4. Grayscale: #5A5A5A. Windows color (decimal): -7843317 or 742024. OLE color: 742024.
HSL color Cylindrical-coordinate representation of color #88520B: hue angle of 34.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88520B is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 11 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.47 |
| HSL | 34.08º | 0.85% | 0.29% | - |
| HSV(B) | 34.08º | 0.92% | 0.53% | - |
| XYZ | 13.23 | 11.29 | 1.8 | - |
| YUV | 90.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 11 | 0 | 0.40 | 0.92 | 0.47 | 34.08 | 0.85 | 0.29 |
| Hex | 88 | 52 | B | 0 | 28 | 5C | 2F | 22 | 55 | 1D |
| Octal | 210 | 122 | 13 | 0 | 50 | 134 | 57 | 42 | 125 | 35 |
| Binary | 10001000 | 1010010 | 1011 | 0 | 101000 | 1011100 | 101111 | 100010 | 1010101 | 11101 |
Color Harmonies of #88520B
Complementary color
Monochromatic Colors of #88520B
Black with #88520B
Text Example
Text Example
White with #88520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88520B; }
p { color: rgb(136,82,11); }
H1.HeaderClassName
{
color: #88520B;
}
.AnyTagClassName
{
color: #88520B;
}
</style>
background-color css
<style>
a { background-color: #88520B; }
a { background-color: rgb(136,82,11); }
div.DivClassName
{
background-color: #88520B;
}
.BgClassName
{
background-color: #88520B;
}
</style>
border-color css
<style>
span { border-color: #88520B; }
span { border-color: rgb(136,82,11); }
td.TdClassName
{
border-color: #88520B;
}
.TagClassName
{
border-color: #88520B;
}
</style>