Shades of Saddle Brown #88560B
Tints of Saddle Brown #88560B
RGB
CMYK
RGB Variations
Color information
#88560B (or 0x88560B) is known color: Saddle Brown. HEX triplet: 88, 56 and 0B. RGB value is (136,86,11). Sum of RGB (Red+Green+Blue) = 136+86+11=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88560B is #77A9F4. Grayscale: #5C5C5C. Windows color (decimal): -7842293 or 743048. OLE color: 743048.
HSL color Cylindrical-coordinate representation of color #88560B: hue angle of 36º 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 #88560B is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 11 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.47 |
| HSL | 36º | 0.85% | 0.29% | - |
| HSV(B) | 36º | 0.92% | 0.53% | - |
| XYZ | 13.54 | 11.91 | 1.9 | - |
| YUV | 92.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 11 | 0 | 0.37 | 0.92 | 0.47 | 36 | 0.85 | 0.29 |
| Hex | 88 | 56 | B | 0 | 25 | 5C | 2F | 24 | 55 | 1D |
| Octal | 210 | 126 | 13 | 0 | 45 | 134 | 57 | 44 | 125 | 35 |
| Binary | 10001000 | 1010110 | 1011 | 0 | 100101 | 1011100 | 101111 | 100100 | 1010101 | 11101 |
Color Harmonies of #88560B
Complementary color
Monochromatic Colors of #88560B
Black with #88560B
Text Example
Text Example
White with #88560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88560B; }
p { color: rgb(136,86,11); }
H1.HeaderClassName
{
color: #88560B;
}
.AnyTagClassName
{
color: #88560B;
}
</style>
background-color css
<style>
a { background-color: #88560B; }
a { background-color: rgb(136,86,11); }
div.DivClassName
{
background-color: #88560B;
}
.BgClassName
{
background-color: #88560B;
}
</style>
border-color css
<style>
span { border-color: #88560B; }
span { border-color: rgb(136,86,11); }
td.TdClassName
{
border-color: #88560B;
}
.TagClassName
{
border-color: #88560B;
}
</style>