Shades of Saddle Brown #99330A
Tints of Saddle Brown #99330A
RGB
CMYK
RGB Variations
Color information
#99330A (or 0x99330A) is known color: Saddle Brown. HEX triplet: 99, 33 and 0A. RGB value is (153,51,10). Sum of RGB (Red+Green+Blue) = 153+51+10=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #99330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99330A is #66CCF5. Grayscale: #4D4D4D. Windows color (decimal): -6737142 or 668569. OLE color: 668569.
HSL color Cylindrical-coordinate representation of color #99330A: hue angle of 17.2º degrees, saturation: 0.88, 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 #99330A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 10 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.4 |
| HSL | 17.2º | 0.88% | 0.32% | - |
| HSV(B) | 17.2º | 0.93% | 0.6% | - |
| XYZ | 14.38 | 9.16 | 1.3 | - |
| YUV | 76.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 10 | 0 | 0.67 | 0.93 | 0.4 | 17.2 | 0.88 | 0.32 |
| Hex | 99 | 33 | A | 0 | 43 | 5D | 28 | 11 | 58 | 20 |
| Octal | 231 | 63 | 12 | 0 | 103 | 135 | 50 | 21 | 130 | 40 |
| Binary | 10011001 | 110011 | 1010 | 0 | 1000011 | 1011101 | 101000 | 10001 | 1011000 | 100000 |
Color Harmonies of #99330A
Complementary color
Monochromatic Colors of #99330A
Black with #99330A
Text Example
Text Example
White with #99330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99330A; }
p { color: rgb(153,51,10); }
H1.HeaderClassName
{
color: #99330A;
}
.AnyTagClassName
{
color: #99330A;
}
</style>
background-color css
<style>
a { background-color: #99330A; }
a { background-color: rgb(153,51,10); }
div.DivClassName
{
background-color: #99330A;
}
.BgClassName
{
background-color: #99330A;
}
</style>
border-color css
<style>
span { border-color: #99330A; }
span { border-color: rgb(153,51,10); }
td.TdClassName
{
border-color: #99330A;
}
.TagClassName
{
border-color: #99330A;
}
</style>