Shades of Saddle Brown #88330B
Tints of Saddle Brown #88330B
RGB
CMYK
RGB Variations
Color information
#88330B (or 0x88330B) is known color: Saddle Brown. HEX triplet: 88, 33 and 0B. RGB value is (136,51,11). Sum of RGB (Red+Green+Blue) = 136+51+11=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88330B is #77CCF4. Grayscale: #484848. Windows color (decimal): -7851253 or 734088. OLE color: 734088.
HSL color Cylindrical-coordinate representation of color #88330B: hue angle of 19.2º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88330B is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 11 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.47 |
| HSL | 19.2º | 0.85% | 0.29% | - |
| HSV(B) | 19.2º | 0.92% | 0.53% | - |
| XYZ | 11.4 | 7.63 | 1.19 | - |
| YUV | 71.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 11 | 0 | 0.62 | 0.92 | 0.47 | 19.2 | 0.85 | 0.29 |
| Hex | 88 | 33 | B | 0 | 3E | 5C | 2F | 13 | 55 | 1D |
| Octal | 210 | 63 | 13 | 0 | 76 | 134 | 57 | 23 | 125 | 35 |
| Binary | 10001000 | 110011 | 1011 | 0 | 111110 | 1011100 | 101111 | 10011 | 1010101 | 11101 |
Color Harmonies of #88330B
Complementary color
Monochromatic Colors of #88330B
Black with #88330B
Text Example
Text Example
White with #88330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88330B; }
p { color: rgb(136,51,11); }
H1.HeaderClassName
{
color: #88330B;
}
.AnyTagClassName
{
color: #88330B;
}
</style>
background-color css
<style>
a { background-color: #88330B; }
a { background-color: rgb(136,51,11); }
div.DivClassName
{
background-color: #88330B;
}
.BgClassName
{
background-color: #88330B;
}
</style>
border-color css
<style>
span { border-color: #88330B; }
span { border-color: rgb(136,51,11); }
td.TdClassName
{
border-color: #88330B;
}
.TagClassName
{
border-color: #88330B;
}
</style>