Shades of Saddle Brown #88360F
Tints of Saddle Brown #88360F
RGB
CMYK
RGB Variations
Color information
#88360F (or 0x88360F) is known color: Saddle Brown. HEX triplet: 88, 36 and 0F. RGB value is (136,54,15). Sum of RGB (Red+Green+Blue) = 136+54+15=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #88360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88360F is #77C9F0. Grayscale: #4A4A4A. Windows color (decimal): -7850481 or 997000. OLE color: 997000.
HSL color Cylindrical-coordinate representation of color #88360F: hue angle of 19.34º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88360F is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 15 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.47 |
| HSL | 19.34º | 0.8% | 0.3% | - |
| HSV(B) | 19.34º | 0.89% | 0.53% | - |
| XYZ | 11.56 | 7.91 | 1.37 | - |
| YUV | 74.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 15 | 0 | 0.60 | 0.89 | 0.47 | 19.34 | 0.8 | 0.3 |
| Hex | 88 | 36 | F | 0 | 3C | 59 | 2F | 13 | 50 | 1E |
| Octal | 210 | 66 | 17 | 0 | 74 | 131 | 57 | 23 | 120 | 36 |
| Binary | 10001000 | 110110 | 1111 | 0 | 111100 | 1011001 | 101111 | 10011 | 1010000 | 11110 |
Color Harmonies of #88360F
Complementary color
Monochromatic Colors of #88360F
Black with #88360F
Text Example
Text Example
White with #88360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88360F; }
p { color: rgb(136,54,15); }
H1.HeaderClassName
{
color: #88360F;
}
.AnyTagClassName
{
color: #88360F;
}
</style>
background-color css
<style>
a { background-color: #88360F; }
a { background-color: rgb(136,54,15); }
div.DivClassName
{
background-color: #88360F;
}
.BgClassName
{
background-color: #88360F;
}
</style>
border-color css
<style>
span { border-color: #88360F; }
span { border-color: rgb(136,54,15); }
td.TdClassName
{
border-color: #88360F;
}
.TagClassName
{
border-color: #88360F;
}
</style>