Shades of Saddle Brown #96330B
Tints of Saddle Brown #96330B
RGB
CMYK
RGB Variations
Color information
#96330B (or 0x96330B) is known color: Saddle Brown. HEX triplet: 96, 33 and 0B. RGB value is (150,51,11). Sum of RGB (Red+Green+Blue) = 150+51+11=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96330B is #69CCF4. Grayscale: #4C4C4C. Windows color (decimal): -6933749 or 734102. OLE color: 734102.
HSL color Cylindrical-coordinate representation of color #96330B: hue angle of 17.27º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96330B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 11 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.41 |
| HSL | 17.27º | 0.86% | 0.32% | - |
| HSV(B) | 17.27º | 0.93% | 0.59% | - |
| XYZ | 13.82 | 8.88 | 1.3 | - |
| YUV | 76.04 | 91.3 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 11 | 0 | 0.66 | 0.93 | 0.41 | 17.27 | 0.86 | 0.32 |
| Hex | 96 | 33 | B | 0 | 42 | 5D | 29 | 11 | 56 | 20 |
| Octal | 226 | 63 | 13 | 0 | 102 | 135 | 51 | 21 | 126 | 40 |
| Binary | 10010110 | 110011 | 1011 | 0 | 1000010 | 1011101 | 101001 | 10001 | 1010110 | 100000 |
Color Harmonies of #96330B
Complementary color
Monochromatic Colors of #96330B
Black with #96330B
Text Example
Text Example
White with #96330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96330B; }
p { color: rgb(150,51,11); }
H1.HeaderClassName
{
color: #96330B;
}
.AnyTagClassName
{
color: #96330B;
}
</style>
background-color css
<style>
a { background-color: #96330B; }
a { background-color: rgb(150,51,11); }
div.DivClassName
{
background-color: #96330B;
}
.BgClassName
{
background-color: #96330B;
}
</style>
border-color css
<style>
span { border-color: #96330B; }
span { border-color: rgb(150,51,11); }
td.TdClassName
{
border-color: #96330B;
}
.TagClassName
{
border-color: #96330B;
}
</style>