Shades of Saddle Brown #9A4A09
Tints of Saddle Brown #9A4A09
RGB
CMYK
RGB Variations
Color information
#9A4A09 (or 0x9A4A09) is known color: Saddle Brown. HEX triplet: 9A, 4A and 09. RGB value is (154,74,9). Sum of RGB (Red+Green+Blue) = 154+74+9=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4A09 is #65B5F6. Grayscale: #5A5A5A. Windows color (decimal): -6665719 or 608922. OLE color: 608922.
HSL color Cylindrical-coordinate representation of color #9A4A09: hue angle of 26.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A4A09 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 9 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.40 |
| HSL | 26.9º | 0.89% | 0.32% | - |
| HSV(B) | 26.9º | 0.94% | 0.6% | - |
| XYZ | 15.82 | 11.79 | 1.7 | - |
| YUV | 90.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 9 | 0 | 0.52 | 0.94 | 0.40 | 26.9 | 0.89 | 0.32 |
| Hex | 9A | 4A | 9 | 0 | 34 | 5E | 28 | 1B | 59 | 20 |
| Octal | 232 | 112 | 11 | 0 | 64 | 136 | 50 | 33 | 131 | 40 |
| Binary | 10011010 | 1001010 | 1001 | 0 | 110100 | 1011110 | 101000 | 11011 | 1011001 | 100000 |
Color Harmonies of #9A4A09
Complementary color
Monochromatic Colors of #9A4A09
Black with #9A4A09
Text Example
Text Example
White with #9A4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A09; }
p { color: rgb(154,74,9); }
H1.HeaderClassName
{
color: #9A4A09;
}
.AnyTagClassName
{
color: #9A4A09;
}
</style>
background-color css
<style>
a { background-color: #9A4A09; }
a { background-color: rgb(154,74,9); }
div.DivClassName
{
background-color: #9A4A09;
}
.BgClassName
{
background-color: #9A4A09;
}
</style>
border-color css
<style>
span { border-color: #9A4A09; }
span { border-color: rgb(154,74,9); }
td.TdClassName
{
border-color: #9A4A09;
}
.TagClassName
{
border-color: #9A4A09;
}
</style>