Shades of Saddle Brown #993301
Tints of Saddle Brown #993301
RGB
CMYK
RGB Variations
Color information
#993301 (or 0x993301) is known color: Saddle Brown. HEX triplet: 99, 33 and 01. RGB value is (153,51,1). Sum of RGB (Red+Green+Blue) = 153+51+1=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #993301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993301 is #66CCFE. Grayscale: #4C4C4C. Windows color (decimal): -6737151 or 78745. OLE color: 78745.
HSL color Cylindrical-coordinate representation of color #993301: hue angle of 19.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #993301 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.4 |
| HSL | 19.74º | 0.99% | 0.3% | - |
| HSV(B) | 19.74º | 0.99% | 0.6% | - |
| XYZ | 14.33 | 9.14 | 1.04 | - |
| YUV | 75.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 1 | 0 | 0.67 | 0.99 | 0.4 | 19.74 | 0.99 | 0.3 |
| Hex | 99 | 33 | 1 | 0 | 43 | 63 | 28 | 14 | 63 | 1E |
| Octal | 231 | 63 | 1 | 0 | 103 | 143 | 50 | 24 | 143 | 36 |
| Binary | 10011001 | 110011 | 1 | 0 | 1000011 | 1100011 | 101000 | 10100 | 1100011 | 11110 |
Color Harmonies of #993301
Complementary color
Monochromatic Colors of #993301
Black with #993301
Text Example
Text Example
White with #993301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993301; }
p { color: rgb(153,51,1); }
H1.HeaderClassName
{
color: #993301;
}
.AnyTagClassName
{
color: #993301;
}
</style>
background-color css
<style>
a { background-color: #993301; }
a { background-color: rgb(153,51,1); }
div.DivClassName
{
background-color: #993301;
}
.BgClassName
{
background-color: #993301;
}
</style>
border-color css
<style>
span { border-color: #993301; }
span { border-color: rgb(153,51,1); }
td.TdClassName
{
border-color: #993301;
}
.TagClassName
{
border-color: #993301;
}
</style>