Shades of Saddle Brown #993A16
Tints of Saddle Brown #993A16
RGB
CMYK
RGB Variations
Color information
#993A16 (or 0x993A16) is known color: Saddle Brown. HEX triplet: 99, 3A and 16. RGB value is (153,58,22). Sum of RGB (Red+Green+Blue) = 153+58+22=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #993A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A16 is #66C5E9. Grayscale: #525252. Windows color (decimal): -6735338 or 1456793. OLE color: 1456793.
HSL color Cylindrical-coordinate representation of color #993A16: hue angle of 16.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #993A16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 22 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.4 |
| HSL | 16.49º | 0.75% | 0.34% | - |
| HSV(B) | 16.49º | 0.86% | 0.6% | - |
| XYZ | 14.79 | 9.86 | 1.88 | - |
| YUV | 82.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 22 | 0 | 0.62 | 0.86 | 0.4 | 16.49 | 0.75 | 0.34 |
| Hex | 99 | 3A | 16 | 0 | 3E | 56 | 28 | 10 | 4B | 22 |
| Octal | 231 | 72 | 26 | 0 | 76 | 126 | 50 | 20 | 113 | 42 |
| Binary | 10011001 | 111010 | 10110 | 0 | 111110 | 1010110 | 101000 | 10000 | 1001011 | 100010 |
Color Harmonies of #993A16
Complementary color
Monochromatic Colors of #993A16
Black with #993A16
Text Example
Text Example
White with #993A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A16; }
p { color: rgb(153,58,22); }
H1.HeaderClassName
{
color: #993A16;
}
.AnyTagClassName
{
color: #993A16;
}
</style>
background-color css
<style>
a { background-color: #993A16; }
a { background-color: rgb(153,58,22); }
div.DivClassName
{
background-color: #993A16;
}
.BgClassName
{
background-color: #993A16;
}
</style>
border-color css
<style>
span { border-color: #993A16; }
span { border-color: rgb(153,58,22); }
td.TdClassName
{
border-color: #993A16;
}
.TagClassName
{
border-color: #993A16;
}
</style>