Shades of Saddle Brown #993202
Tints of Saddle Brown #993202
RGB
CMYK
RGB Variations
Color information
#993202 (or 0x993202) is known color: Saddle Brown. HEX triplet: 99, 32 and 02. RGB value is (153,50,2). Sum of RGB (Red+Green+Blue) = 153+50+2=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #993202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993202 is #66CDFD. Grayscale: #4B4B4B. Windows color (decimal): -6737406 or 144025. OLE color: 144025.
HSL color Cylindrical-coordinate representation of color #993202: hue angle of 19.07º degrees, saturation: 0.97, 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 #993202 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.4 |
| HSL | 19.07º | 0.97% | 0.3% | - |
| HSV(B) | 19.07º | 0.99% | 0.6% | - |
| XYZ | 14.29 | 9.06 | 1.05 | - |
| YUV | 75.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 2 | 0 | 0.67 | 0.99 | 0.4 | 19.07 | 0.97 | 0.3 |
| Hex | 99 | 32 | 2 | 0 | 43 | 63 | 28 | 13 | 61 | 1E |
| Octal | 231 | 62 | 2 | 0 | 103 | 143 | 50 | 23 | 141 | 36 |
| Binary | 10011001 | 110010 | 10 | 0 | 1000011 | 1100011 | 101000 | 10011 | 1100001 | 11110 |
Color Harmonies of #993202
Complementary color
Monochromatic Colors of #993202
Black with #993202
Text Example
Text Example
White with #993202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993202; }
p { color: rgb(153,50,2); }
H1.HeaderClassName
{
color: #993202;
}
.AnyTagClassName
{
color: #993202;
}
</style>
background-color css
<style>
a { background-color: #993202; }
a { background-color: rgb(153,50,2); }
div.DivClassName
{
background-color: #993202;
}
.BgClassName
{
background-color: #993202;
}
</style>
border-color css
<style>
span { border-color: #993202; }
span { border-color: rgb(153,50,2); }
td.TdClassName
{
border-color: #993202;
}
.TagClassName
{
border-color: #993202;
}
</style>