Shades of Saddle Brown #993200
Tints of Saddle Brown #993200
RGB
CMYK
RGB Variations
Color information
#993200 (or 0x993200) is known color: Saddle Brown. HEX triplet: 99, 32 and 00. RGB value is (153,50,0). Sum of RGB (Red+Green+Blue) = 153+50+0=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #993200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993200 is #66CDFF. Grayscale: #4B4B4B. Windows color (decimal): -6737408 or 12953. OLE color: 12953.
HSL color Cylindrical-coordinate representation of color #993200: hue angle of 19.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #993200 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.4 |
| HSL | 19.61º | 1% | 0.3% | - |
| HSV(B) | 19.61º | 1% | 0.6% | - |
| XYZ | 14.28 | 9.05 | 0.99 | - |
| YUV | 75.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 0 | 0 | 0.67 | 1 | 0.4 | 19.61 | 1 | 0.3 |
| Hex | 99 | 32 | 0 | 0 | 43 | 64 | 28 | 14 | 64 | 1E |
| Octal | 231 | 62 | 0 | 0 | 103 | 144 | 50 | 24 | 144 | 36 |
| Binary | 10011001 | 110010 | 0 | 0 | 1000011 | 1100100 | 101000 | 10100 | 1100100 | 11110 |
Color Harmonies of #993200
Complementary color
Monochromatic Colors of #993200
Black with #993200
Text Example
Text Example
White with #993200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993200; }
p { color: rgb(153,50,0); }
H1.HeaderClassName
{
color: #993200;
}
.AnyTagClassName
{
color: #993200;
}
</style>
background-color css
<style>
a { background-color: #993200; }
a { background-color: rgb(153,50,0); }
div.DivClassName
{
background-color: #993200;
}
.BgClassName
{
background-color: #993200;
}
</style>
border-color css
<style>
span { border-color: #993200; }
span { border-color: rgb(153,50,0); }
td.TdClassName
{
border-color: #993200;
}
.TagClassName
{
border-color: #993200;
}
</style>