Shades of Saddle Brown #99320B
Tints of Saddle Brown #99320B
RGB
CMYK
RGB Variations
Color information
#99320B (or 0x99320B) is known color: Saddle Brown. HEX triplet: 99, 32 and 0B. RGB value is (153,50,11). Sum of RGB (Red+Green+Blue) = 153+50+11=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #99320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99320B is #66CDF4. Grayscale: #4C4C4C. Windows color (decimal): -6737397 or 733849. OLE color: 733849.
HSL color Cylindrical-coordinate representation of color #99320B: hue angle of 16.48º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99320B is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 11 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.4 |
| HSL | 16.48º | 0.87% | 0.32% | - |
| HSV(B) | 16.48º | 0.93% | 0.6% | - |
| XYZ | 14.34 | 9.08 | 1.31 | - |
| YUV | 76.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 11 | 0 | 0.67 | 0.93 | 0.4 | 16.48 | 0.87 | 0.32 |
| Hex | 99 | 32 | B | 0 | 43 | 5D | 28 | 10 | 57 | 20 |
| Octal | 231 | 62 | 13 | 0 | 103 | 135 | 50 | 20 | 127 | 40 |
| Binary | 10011001 | 110010 | 1011 | 0 | 1000011 | 1011101 | 101000 | 10000 | 1010111 | 100000 |
Color Harmonies of #99320B
Complementary color
Monochromatic Colors of #99320B
Black with #99320B
Text Example
Text Example
White with #99320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99320B; }
p { color: rgb(153,50,11); }
H1.HeaderClassName
{
color: #99320B;
}
.AnyTagClassName
{
color: #99320B;
}
</style>
background-color css
<style>
a { background-color: #99320B; }
a { background-color: rgb(153,50,11); }
div.DivClassName
{
background-color: #99320B;
}
.BgClassName
{
background-color: #99320B;
}
</style>
border-color css
<style>
span { border-color: #99320B; }
span { border-color: rgb(153,50,11); }
td.TdClassName
{
border-color: #99320B;
}
.TagClassName
{
border-color: #99320B;
}
</style>