Shades of Saddle Brown #88320F
Tints of Saddle Brown #88320F
RGB
CMYK
RGB Variations
Color information
#88320F (or 0x88320F) is known color: Saddle Brown. HEX triplet: 88, 32 and 0F. RGB value is (136,50,15). Sum of RGB (Red+Green+Blue) = 136+50+15=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #88320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88320F is #77CDF0. Grayscale: #474747. Windows color (decimal): -7851505 or 995976. OLE color: 995976.
HSL color Cylindrical-coordinate representation of color #88320F: hue angle of 17.36º 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 #88320F is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 15 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.47 |
| HSL | 17.36º | 0.8% | 0.3% | - |
| HSV(B) | 17.36º | 0.89% | 0.53% | - |
| XYZ | 11.38 | 7.55 | 1.31 | - |
| YUV | 71.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 15 | 0 | 0.63 | 0.89 | 0.47 | 17.36 | 0.8 | 0.3 |
| Hex | 88 | 32 | F | 0 | 3F | 59 | 2F | 11 | 50 | 1E |
| Octal | 210 | 62 | 17 | 0 | 77 | 131 | 57 | 21 | 120 | 36 |
| Binary | 10001000 | 110010 | 1111 | 0 | 111111 | 1011001 | 101111 | 10001 | 1010000 | 11110 |
Color Harmonies of #88320F
Complementary color
Monochromatic Colors of #88320F
Black with #88320F
Text Example
Text Example
White with #88320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88320F; }
p { color: rgb(136,50,15); }
H1.HeaderClassName
{
color: #88320F;
}
.AnyTagClassName
{
color: #88320F;
}
</style>
background-color css
<style>
a { background-color: #88320F; }
a { background-color: rgb(136,50,15); }
div.DivClassName
{
background-color: #88320F;
}
.BgClassName
{
background-color: #88320F;
}
</style>
border-color css
<style>
span { border-color: #88320F; }
span { border-color: rgb(136,50,15); }
td.TdClassName
{
border-color: #88320F;
}
.TagClassName
{
border-color: #88320F;
}
</style>