Shades of Saddle Brown #88560C
Tints of Saddle Brown #88560C
RGB
CMYK
RGB Variations
Color information
#88560C (or 0x88560C) is known color: Saddle Brown. HEX triplet: 88, 56 and 0C. RGB value is (136,86,12). Sum of RGB (Red+Green+Blue) = 136+86+12=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88560C is #77A9F3. Grayscale: #5C5C5C. Windows color (decimal): -7842292 or 808584. OLE color: 808584.
HSL color Cylindrical-coordinate representation of color #88560C: hue angle of 35.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88560C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 12 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.47 |
| HSL | 35.81º | 0.84% | 0.29% | - |
| HSV(B) | 35.81º | 0.91% | 0.53% | - |
| XYZ | 13.55 | 11.92 | 1.93 | - |
| YUV | 92.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 12 | 0 | 0.37 | 0.91 | 0.47 | 35.81 | 0.84 | 0.29 |
| Hex | 88 | 56 | C | 0 | 25 | 5B | 2F | 24 | 54 | 1D |
| Octal | 210 | 126 | 14 | 0 | 45 | 133 | 57 | 44 | 124 | 35 |
| Binary | 10001000 | 1010110 | 1100 | 0 | 100101 | 1011011 | 101111 | 100100 | 1010100 | 11101 |
Color Harmonies of #88560C
Complementary color
Monochromatic Colors of #88560C
Black with #88560C
Text Example
Text Example
White with #88560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88560C; }
p { color: rgb(136,86,12); }
H1.HeaderClassName
{
color: #88560C;
}
.AnyTagClassName
{
color: #88560C;
}
</style>
background-color css
<style>
a { background-color: #88560C; }
a { background-color: rgb(136,86,12); }
div.DivClassName
{
background-color: #88560C;
}
.BgClassName
{
background-color: #88560C;
}
</style>
border-color css
<style>
span { border-color: #88560C; }
span { border-color: rgb(136,86,12); }
td.TdClassName
{
border-color: #88560C;
}
.TagClassName
{
border-color: #88560C;
}
</style>