Shades of Saddle Brown #9A4509
Tints of Saddle Brown #9A4509
RGB
CMYK
RGB Variations
Color information
#9A4509 (or 0x9A4509) is known color: Saddle Brown. HEX triplet: 9A, 45 and 09. RGB value is (154,69,9). Sum of RGB (Red+Green+Blue) = 154+69+9=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4509 is #65BAF6. Grayscale: #575757. Windows color (decimal): -6666999 or 607642. OLE color: 607642.
HSL color Cylindrical-coordinate representation of color #9A4509: hue angle of 24.83º 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 #9A4509 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 69 | 9 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.40 |
| HSL | 24.83º | 0.89% | 0.32% | - |
| HSV(B) | 24.83º | 0.94% | 0.6% | - |
| XYZ | 15.5 | 11.15 | 1.59 | - |
| YUV | 87.58 | 83.66 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 69 | 9 | 0 | 0.55 | 0.94 | 0.40 | 24.83 | 0.89 | 0.32 |
| Hex | 9A | 45 | 9 | 0 | 37 | 5E | 28 | 19 | 59 | 20 |
| Octal | 232 | 105 | 11 | 0 | 67 | 136 | 50 | 31 | 131 | 40 |
| Binary | 10011010 | 1000101 | 1001 | 0 | 110111 | 1011110 | 101000 | 11001 | 1011001 | 100000 |
Color Harmonies of #9A4509
Complementary color
Monochromatic Colors of #9A4509
Black with #9A4509
Text Example
Text Example
White with #9A4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4509; }
p { color: rgb(154,69,9); }
H1.HeaderClassName
{
color: #9A4509;
}
.AnyTagClassName
{
color: #9A4509;
}
</style>
background-color css
<style>
a { background-color: #9A4509; }
a { background-color: rgb(154,69,9); }
div.DivClassName
{
background-color: #9A4509;
}
.BgClassName
{
background-color: #9A4509;
}
</style>
border-color css
<style>
span { border-color: #9A4509; }
span { border-color: rgb(154,69,9); }
td.TdClassName
{
border-color: #9A4509;
}
.TagClassName
{
border-color: #9A4509;
}
</style>