Shades of Saddle Brown #993306
Tints of Saddle Brown #993306
RGB
CMYK
RGB Variations
Color information
#993306 (or 0x993306) is known color: Saddle Brown. HEX triplet: 99, 33 and 06. RGB value is (153,51,6). Sum of RGB (Red+Green+Blue) = 153+51+6=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #993306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993306 is #66CCF9. Grayscale: #4C4C4C. Windows color (decimal): -6737146 or 406425. OLE color: 406425.
HSL color Cylindrical-coordinate representation of color #993306: hue angle of 18.37º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #993306 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 6 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.4 |
| HSL | 18.37º | 0.92% | 0.31% | - |
| HSV(B) | 18.37º | 0.96% | 0.6% | - |
| XYZ | 14.35 | 9.15 | 1.18 | - |
| YUV | 76.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 6 | 0 | 0.67 | 0.96 | 0.4 | 18.37 | 0.92 | 0.31 |
| Hex | 99 | 33 | 6 | 0 | 43 | 60 | 28 | 12 | 5C | 1F |
| Octal | 231 | 63 | 6 | 0 | 103 | 140 | 50 | 22 | 134 | 37 |
| Binary | 10011001 | 110011 | 110 | 0 | 1000011 | 1100000 | 101000 | 10010 | 1011100 | 11111 |
Color Harmonies of #993306
Complementary color
Monochromatic Colors of #993306
Black with #993306
Text Example
Text Example
White with #993306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993306; }
p { color: rgb(153,51,6); }
H1.HeaderClassName
{
color: #993306;
}
.AnyTagClassName
{
color: #993306;
}
</style>
background-color css
<style>
a { background-color: #993306; }
a { background-color: rgb(153,51,6); }
div.DivClassName
{
background-color: #993306;
}
.BgClassName
{
background-color: #993306;
}
</style>
border-color css
<style>
span { border-color: #993306; }
span { border-color: rgb(153,51,6); }
td.TdClassName
{
border-color: #993306;
}
.TagClassName
{
border-color: #993306;
}
</style>