Shades of Saddle Brown #88510C
Tints of Saddle Brown #88510C
RGB
CMYK
RGB Variations
Color information
#88510C (or 0x88510C) is known color: Saddle Brown. HEX triplet: 88, 51 and 0C. RGB value is (136,81,12). Sum of RGB (Red+Green+Blue) = 136+81+12=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88510C is #77AEF3. Grayscale: #595959. Windows color (decimal): -7843572 or 807304. OLE color: 807304.
HSL color Cylindrical-coordinate representation of color #88510C: hue angle of 33.39º 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 #88510C is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 12 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.47 |
| HSL | 33.39º | 0.84% | 0.29% | - |
| HSV(B) | 33.39º | 0.91% | 0.53% | - |
| XYZ | 13.16 | 11.15 | 1.81 | - |
| YUV | 89.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 12 | 0 | 0.40 | 0.91 | 0.47 | 33.39 | 0.84 | 0.29 |
| Hex | 88 | 51 | C | 0 | 28 | 5B | 2F | 21 | 54 | 1D |
| Octal | 210 | 121 | 14 | 0 | 50 | 133 | 57 | 41 | 124 | 35 |
| Binary | 10001000 | 1010001 | 1100 | 0 | 101000 | 1011011 | 101111 | 100001 | 1010100 | 11101 |
Color Harmonies of #88510C
Complementary color
Monochromatic Colors of #88510C
Black with #88510C
Text Example
Text Example
White with #88510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88510C; }
p { color: rgb(136,81,12); }
H1.HeaderClassName
{
color: #88510C;
}
.AnyTagClassName
{
color: #88510C;
}
</style>
background-color css
<style>
a { background-color: #88510C; }
a { background-color: rgb(136,81,12); }
div.DivClassName
{
background-color: #88510C;
}
.BgClassName
{
background-color: #88510C;
}
</style>
border-color css
<style>
span { border-color: #88510C; }
span { border-color: rgb(136,81,12); }
td.TdClassName
{
border-color: #88510C;
}
.TagClassName
{
border-color: #88510C;
}
</style>