Shades of Saddle Brown #9A4119
Tints of Saddle Brown #9A4119
RGB
CMYK
RGB Variations
Color information
#9A4119 (or 0x9A4119) is known color: Saddle Brown. HEX triplet: 9A, 41 and 19. RGB value is (154,65,25). Sum of RGB (Red+Green+Blue) = 154+65+25=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4119 is #65BEE6. Grayscale: #575757. Windows color (decimal): -6668007 or 1655194. OLE color: 1655194.
HSL color Cylindrical-coordinate representation of color #9A4119: hue angle of 18.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A4119 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 25 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.40 |
| HSL | 18.6º | 0.72% | 0.35% | - |
| HSV(B) | 18.6º | 0.84% | 0.6% | - |
| XYZ | 15.39 | 10.72 | 2.18 | - |
| YUV | 87.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 25 | 0 | 0.58 | 0.84 | 0.40 | 18.6 | 0.72 | 0.35 |
| Hex | 9A | 41 | 19 | 0 | 3A | 54 | 28 | 13 | 48 | 23 |
| Octal | 232 | 101 | 31 | 0 | 72 | 124 | 50 | 23 | 110 | 43 |
| Binary | 10011010 | 1000001 | 11001 | 0 | 111010 | 1010100 | 101000 | 10011 | 1001000 | 100011 |
Color Harmonies of #9A4119
Complementary color
Monochromatic Colors of #9A4119
Black with #9A4119
Text Example
Text Example
White with #9A4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4119; }
p { color: rgb(154,65,25); }
H1.HeaderClassName
{
color: #9A4119;
}
.AnyTagClassName
{
color: #9A4119;
}
</style>
background-color css
<style>
a { background-color: #9A4119; }
a { background-color: rgb(154,65,25); }
div.DivClassName
{
background-color: #9A4119;
}
.BgClassName
{
background-color: #9A4119;
}
</style>
border-color css
<style>
span { border-color: #9A4119; }
span { border-color: rgb(154,65,25); }
td.TdClassName
{
border-color: #9A4119;
}
.TagClassName
{
border-color: #9A4119;
}
</style>