Shades of Saddle Brown #9A3A16
Tints of Saddle Brown #9A3A16
RGB
CMYK
RGB Variations
Color information
#9A3A16 (or 0x9A3A16) is known color: Saddle Brown. HEX triplet: 9A, 3A and 16. RGB value is (154,58,22). Sum of RGB (Red+Green+Blue) = 154+58+22=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A16 is #65C5E9. Grayscale: #525252. Windows color (decimal): -6669802 or 1456794. OLE color: 1456794.
HSL color Cylindrical-coordinate representation of color #9A3A16: hue angle of 16.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A3A16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 58 | 22 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.40 |
| HSL | 16.36º | 0.75% | 0.35% | - |
| HSV(B) | 16.36º | 0.86% | 0.6% | - |
| XYZ | 14.98 | 9.95 | 1.89 | - |
| YUV | 82.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 22 | 0 | 0.62 | 0.86 | 0.40 | 16.36 | 0.75 | 0.35 |
| Hex | 9A | 3A | 16 | 0 | 3E | 56 | 28 | 10 | 4B | 23 |
| Octal | 232 | 72 | 26 | 0 | 76 | 126 | 50 | 20 | 113 | 43 |
| Binary | 10011010 | 111010 | 10110 | 0 | 111110 | 1010110 | 101000 | 10000 | 1001011 | 100011 |
Color Harmonies of #9A3A16
Complementary color
Monochromatic Colors of #9A3A16
Black with #9A3A16
Text Example
Text Example
White with #9A3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3A16; }
p { color: rgb(154,58,22); }
H1.HeaderClassName
{
color: #9A3A16;
}
.AnyTagClassName
{
color: #9A3A16;
}
</style>
background-color css
<style>
a { background-color: #9A3A16; }
a { background-color: rgb(154,58,22); }
div.DivClassName
{
background-color: #9A3A16;
}
.BgClassName
{
background-color: #9A3A16;
}
</style>
border-color css
<style>
span { border-color: #9A3A16; }
span { border-color: rgb(154,58,22); }
td.TdClassName
{
border-color: #9A3A16;
}
.TagClassName
{
border-color: #9A3A16;
}
</style>