Shades of Saddle Brown #97330B
Tints of Saddle Brown #97330B
RGB
CMYK
RGB Variations
Color information
#97330B (or 0x97330B) is known color: Saddle Brown. HEX triplet: 97, 33 and 0B. RGB value is (151,51,11). Sum of RGB (Red+Green+Blue) = 151+51+11=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #97330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97330B is #68CCF4. Grayscale: #4C4C4C. Windows color (decimal): -6868213 or 734103. OLE color: 734103.
HSL color Cylindrical-coordinate representation of color #97330B: hue angle of 17.14º 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 #97330B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 11 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.41 |
| HSL | 17.14º | 0.86% | 0.32% | - |
| HSV(B) | 17.14º | 0.93% | 0.59% | - |
| XYZ | 14.01 | 8.97 | 1.31 | - |
| YUV | 76.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 11 | 0 | 0.66 | 0.93 | 0.41 | 17.14 | 0.86 | 0.32 |
| Hex | 97 | 33 | B | 0 | 42 | 5D | 29 | 11 | 56 | 20 |
| Octal | 227 | 63 | 13 | 0 | 102 | 135 | 51 | 21 | 126 | 40 |
| Binary | 10010111 | 110011 | 1011 | 0 | 1000010 | 1011101 | 101001 | 10001 | 1010110 | 100000 |
Color Harmonies of #97330B
Complementary color
Monochromatic Colors of #97330B
Black with #97330B
Text Example
Text Example
White with #97330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97330B; }
p { color: rgb(151,51,11); }
H1.HeaderClassName
{
color: #97330B;
}
.AnyTagClassName
{
color: #97330B;
}
</style>
background-color css
<style>
a { background-color: #97330B; }
a { background-color: rgb(151,51,11); }
div.DivClassName
{
background-color: #97330B;
}
.BgClassName
{
background-color: #97330B;
}
</style>
border-color css
<style>
span { border-color: #97330B; }
span { border-color: rgb(151,51,11); }
td.TdClassName
{
border-color: #97330B;
}
.TagClassName
{
border-color: #97330B;
}
</style>