Shades of Saddle Brown #993502
Tints of Saddle Brown #993502
RGB
CMYK
RGB Variations
Color information
#993502 (or 0x993502) is known color: Saddle Brown. HEX triplet: 99, 35 and 02. RGB value is (153,53,2). Sum of RGB (Red+Green+Blue) = 153+53+2=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #993502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993502 is #66CAFD. Grayscale: #4D4D4D. Windows color (decimal): -6736638 or 144793. OLE color: 144793.
HSL color Cylindrical-coordinate representation of color #993502: hue angle of 20.26º 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 #993502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.4 |
| HSL | 20.26º | 0.97% | 0.3% | - |
| HSV(B) | 20.26º | 0.99% | 0.6% | - |
| XYZ | 14.42 | 9.32 | 1.1 | - |
| YUV | 77.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 2 | 0 | 0.65 | 0.99 | 0.4 | 20.26 | 0.97 | 0.3 |
| Hex | 99 | 35 | 2 | 0 | 41 | 63 | 28 | 14 | 61 | 1E |
| Octal | 231 | 65 | 2 | 0 | 101 | 143 | 50 | 24 | 141 | 36 |
| Binary | 10011001 | 110101 | 10 | 0 | 1000001 | 1100011 | 101000 | 10100 | 1100001 | 11110 |
Color Harmonies of #993502
Complementary color
Monochromatic Colors of #993502
Black with #993502
Text Example
Text Example
White with #993502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993502; }
p { color: rgb(153,53,2); }
H1.HeaderClassName
{
color: #993502;
}
.AnyTagClassName
{
color: #993502;
}
</style>
background-color css
<style>
a { background-color: #993502; }
a { background-color: rgb(153,53,2); }
div.DivClassName
{
background-color: #993502;
}
.BgClassName
{
background-color: #993502;
}
</style>
border-color css
<style>
span { border-color: #993502; }
span { border-color: rgb(153,53,2); }
td.TdClassName
{
border-color: #993502;
}
.TagClassName
{
border-color: #993502;
}
</style>