Shades of Saddle Brown #88330C
Tints of Saddle Brown #88330C
RGB
CMYK
RGB Variations
Color information
#88330C (or 0x88330C) is known color: Saddle Brown. HEX triplet: 88, 33 and 0C. RGB value is (136,51,12). Sum of RGB (Red+Green+Blue) = 136+51+12=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88330C is #77CCF3. Grayscale: #484848. Windows color (decimal): -7851252 or 799624. OLE color: 799624.
HSL color Cylindrical-coordinate representation of color #88330C: hue angle of 18.87º 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 #88330C is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 12 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.47 |
| HSL | 18.87º | 0.84% | 0.29% | - |
| HSV(B) | 18.87º | 0.91% | 0.53% | - |
| XYZ | 11.4 | 7.63 | 1.22 | - |
| YUV | 71.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 12 | 0 | 0.62 | 0.91 | 0.47 | 18.87 | 0.84 | 0.29 |
| Hex | 88 | 33 | C | 0 | 3E | 5B | 2F | 13 | 54 | 1D |
| Octal | 210 | 63 | 14 | 0 | 76 | 133 | 57 | 23 | 124 | 35 |
| Binary | 10001000 | 110011 | 1100 | 0 | 111110 | 1011011 | 101111 | 10011 | 1010100 | 11101 |
Color Harmonies of #88330C
Complementary color
Monochromatic Colors of #88330C
Black with #88330C
Text Example
Text Example
White with #88330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88330C; }
p { color: rgb(136,51,12); }
H1.HeaderClassName
{
color: #88330C;
}
.AnyTagClassName
{
color: #88330C;
}
</style>
background-color css
<style>
a { background-color: #88330C; }
a { background-color: rgb(136,51,12); }
div.DivClassName
{
background-color: #88330C;
}
.BgClassName
{
background-color: #88330C;
}
</style>
border-color css
<style>
span { border-color: #88330C; }
span { border-color: rgb(136,51,12); }
td.TdClassName
{
border-color: #88330C;
}
.TagClassName
{
border-color: #88330C;
}
</style>