Shades of Saddle Brown #88330D
Tints of Saddle Brown #88330D
RGB
CMYK
RGB Variations
Color information
#88330D (or 0x88330D) is known color: Saddle Brown. HEX triplet: 88, 33 and 0D. RGB value is (136,51,13). Sum of RGB (Red+Green+Blue) = 136+51+13=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88330D is #77CCF2. Grayscale: #484848. Windows color (decimal): -7851251 or 865160. OLE color: 865160.
HSL color Cylindrical-coordinate representation of color #88330D: hue angle of 18.54º 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 #88330D is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 13 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.47 |
| HSL | 18.54º | 0.83% | 0.29% | - |
| HSV(B) | 18.54º | 0.9% | 0.53% | - |
| XYZ | 11.41 | 7.63 | 1.25 | - |
| YUV | 72.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 13 | 0 | 0.62 | 0.90 | 0.47 | 18.54 | 0.83 | 0.29 |
| Hex | 88 | 33 | D | 0 | 3E | 5A | 2F | 13 | 53 | 1D |
| Octal | 210 | 63 | 15 | 0 | 76 | 132 | 57 | 23 | 123 | 35 |
| Binary | 10001000 | 110011 | 1101 | 0 | 111110 | 1011010 | 101111 | 10011 | 1010011 | 11101 |
Color Harmonies of #88330D
Complementary color
Monochromatic Colors of #88330D
Black with #88330D
Text Example
Text Example
White with #88330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88330D; }
p { color: rgb(136,51,13); }
H1.HeaderClassName
{
color: #88330D;
}
.AnyTagClassName
{
color: #88330D;
}
</style>
background-color css
<style>
a { background-color: #88330D; }
a { background-color: rgb(136,51,13); }
div.DivClassName
{
background-color: #88330D;
}
.BgClassName
{
background-color: #88330D;
}
</style>
border-color css
<style>
span { border-color: #88330D; }
span { border-color: rgb(136,51,13); }
td.TdClassName
{
border-color: #88330D;
}
.TagClassName
{
border-color: #88330D;
}
</style>