Shades of Saddle Brown #9A4906
Tints of Saddle Brown #9A4906
RGB
CMYK
RGB Variations
Color information
#9A4906 (or 0x9A4906) is known color: Saddle Brown. HEX triplet: 9A, 49 and 06. RGB value is (154,73,6). Sum of RGB (Red+Green+Blue) = 154+73+6=233 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.09% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4906 is #65B6F9. Grayscale: #595959. Windows color (decimal): -6665978 or 412058. OLE color: 412058.
HSL color Cylindrical-coordinate representation of color #9A4906: hue angle of 27.16º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A4906 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 6 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.40 |
| HSL | 27.16º | 0.93% | 0.31% | - |
| HSV(B) | 27.16º | 0.96% | 0.6% | - |
| XYZ | 15.74 | 11.65 | 1.59 | - |
| YUV | 89.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 6 | 0 | 0.53 | 0.96 | 0.40 | 27.16 | 0.93 | 0.31 |
| Hex | 9A | 49 | 6 | 0 | 35 | 60 | 28 | 1B | 5C | 1F |
| Octal | 232 | 111 | 6 | 0 | 65 | 140 | 50 | 33 | 134 | 37 |
| Binary | 10011010 | 1001001 | 110 | 0 | 110101 | 1100000 | 101000 | 11011 | 1011100 | 11111 |
Color Harmonies of #9A4906
Complementary color
Monochromatic Colors of #9A4906
Black with #9A4906
Text Example
Text Example
White with #9A4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4906; }
p { color: rgb(154,73,6); }
H1.HeaderClassName
{
color: #9A4906;
}
.AnyTagClassName
{
color: #9A4906;
}
</style>
background-color css
<style>
a { background-color: #9A4906; }
a { background-color: rgb(154,73,6); }
div.DivClassName
{
background-color: #9A4906;
}
.BgClassName
{
background-color: #9A4906;
}
</style>
border-color css
<style>
span { border-color: #9A4906; }
span { border-color: rgb(154,73,6); }
td.TdClassName
{
border-color: #9A4906;
}
.TagClassName
{
border-color: #9A4906;
}
</style>