Shades of Saddle Brown #993902
Tints of Saddle Brown #993902
RGB
CMYK
RGB Variations
Color information
#993902 (or 0x993902) is known color: Saddle Brown. HEX triplet: 99, 39 and 02. RGB value is (153,57,2). Sum of RGB (Red+Green+Blue) = 153+57+2=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #993902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993902 is #66C6FD. Grayscale: #4F4F4F. Windows color (decimal): -6735614 or 145817. OLE color: 145817.
HSL color Cylindrical-coordinate representation of color #993902: hue angle of 21.85º 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 #993902 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.4 |
| HSL | 21.85º | 0.97% | 0.3% | - |
| HSV(B) | 21.85º | 0.99% | 0.6% | - |
| XYZ | 14.61 | 9.7 | 1.16 | - |
| YUV | 79.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 2 | 0 | 0.63 | 0.99 | 0.4 | 21.85 | 0.97 | 0.3 |
| Hex | 99 | 39 | 2 | 0 | 3F | 63 | 28 | 16 | 61 | 1E |
| Octal | 231 | 71 | 2 | 0 | 77 | 143 | 50 | 26 | 141 | 36 |
| Binary | 10011001 | 111001 | 10 | 0 | 111111 | 1100011 | 101000 | 10110 | 1100001 | 11110 |
Color Harmonies of #993902
Complementary color
Monochromatic Colors of #993902
Black with #993902
Text Example
Text Example
White with #993902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993902; }
p { color: rgb(153,57,2); }
H1.HeaderClassName
{
color: #993902;
}
.AnyTagClassName
{
color: #993902;
}
</style>
background-color css
<style>
a { background-color: #993902; }
a { background-color: rgb(153,57,2); }
div.DivClassName
{
background-color: #993902;
}
.BgClassName
{
background-color: #993902;
}
</style>
border-color css
<style>
span { border-color: #993902; }
span { border-color: rgb(153,57,2); }
td.TdClassName
{
border-color: #993902;
}
.TagClassName
{
border-color: #993902;
}
</style>