Shades of Saddle Brown #88360D
Tints of Saddle Brown #88360D
RGB
CMYK
RGB Variations
Color information
#88360D (or 0x88360D) is known color: Saddle Brown. HEX triplet: 88, 36 and 0D. RGB value is (136,54,13). Sum of RGB (Red+Green+Blue) = 136+54+13=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #88360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88360D is #77C9F2. Grayscale: #4A4A4A. Windows color (decimal): -7850483 or 865928. OLE color: 865928.
HSL color Cylindrical-coordinate representation of color #88360D: hue angle of 20º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88360D is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 13 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.47 |
| HSL | 20º | 0.83% | 0.29% | - |
| HSV(B) | 20º | 0.9% | 0.53% | - |
| XYZ | 11.55 | 7.9 | 1.3 | - |
| YUV | 73.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 13 | 0 | 0.60 | 0.90 | 0.47 | 20 | 0.83 | 0.29 |
| Hex | 88 | 36 | D | 0 | 3C | 5A | 2F | 14 | 53 | 1D |
| Octal | 210 | 66 | 15 | 0 | 74 | 132 | 57 | 24 | 123 | 35 |
| Binary | 10001000 | 110110 | 1101 | 0 | 111100 | 1011010 | 101111 | 10100 | 1010011 | 11101 |
Color Harmonies of #88360D
Complementary color
Monochromatic Colors of #88360D
Black with #88360D
Text Example
Text Example
White with #88360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88360D; }
p { color: rgb(136,54,13); }
H1.HeaderClassName
{
color: #88360D;
}
.AnyTagClassName
{
color: #88360D;
}
</style>
background-color css
<style>
a { background-color: #88360D; }
a { background-color: rgb(136,54,13); }
div.DivClassName
{
background-color: #88360D;
}
.BgClassName
{
background-color: #88360D;
}
</style>
border-color css
<style>
span { border-color: #88360D; }
span { border-color: rgb(136,54,13); }
td.TdClassName
{
border-color: #88360D;
}
.TagClassName
{
border-color: #88360D;
}
</style>