Shades of Saddle Brown #9A4617
Tints of Saddle Brown #9A4617
RGB
CMYK
RGB Variations
Color information
#9A4617 (or 0x9A4617) is known color: Saddle Brown. HEX triplet: 9A, 46 and 17. RGB value is (154,70,23). Sum of RGB (Red+Green+Blue) = 154+70+23=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4617 is #65B9E8. Grayscale: #5A5A5A. Windows color (decimal): -6666729 or 1525402. OLE color: 1525402.
HSL color Cylindrical-coordinate representation of color #9A4617: hue angle of 21.53º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A4617 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 70 | 23 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.40 |
| HSL | 21.53º | 0.74% | 0.35% | - |
| HSV(B) | 21.53º | 0.85% | 0.6% | - |
| XYZ | 15.67 | 11.31 | 2.17 | - |
| YUV | 89.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 23 | 0 | 0.55 | 0.85 | 0.40 | 21.53 | 0.74 | 0.35 |
| Hex | 9A | 46 | 17 | 0 | 37 | 55 | 28 | 16 | 4A | 23 |
| Octal | 232 | 106 | 27 | 0 | 67 | 125 | 50 | 26 | 112 | 43 |
| Binary | 10011010 | 1000110 | 10111 | 0 | 110111 | 1010101 | 101000 | 10110 | 1001010 | 100011 |
Color Harmonies of #9A4617
Complementary color
Monochromatic Colors of #9A4617
Black with #9A4617
Text Example
Text Example
White with #9A4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4617; }
p { color: rgb(154,70,23); }
H1.HeaderClassName
{
color: #9A4617;
}
.AnyTagClassName
{
color: #9A4617;
}
</style>
background-color css
<style>
a { background-color: #9A4617; }
a { background-color: rgb(154,70,23); }
div.DivClassName
{
background-color: #9A4617;
}
.BgClassName
{
background-color: #9A4617;
}
</style>
border-color css
<style>
span { border-color: #9A4617; }
span { border-color: rgb(154,70,23); }
td.TdClassName
{
border-color: #9A4617;
}
.TagClassName
{
border-color: #9A4617;
}
</style>