Shades of Saddle Brown #9A4A10
Tints of Saddle Brown #9A4A10
RGB
CMYK
RGB Variations
Color information
#9A4A10 (or 0x9A4A10) is known color: Saddle Brown. HEX triplet: 9A, 4A and 10. RGB value is (154,74,16). Sum of RGB (Red+Green+Blue) = 154+74+16=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4A10 is #65B5EF. Grayscale: #5B5B5B. Windows color (decimal): -6665712 or 1067674. OLE color: 1067674.
HSL color Cylindrical-coordinate representation of color #9A4A10: hue angle of 25.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A4A10 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 16 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.40 |
| HSL | 25.22º | 0.81% | 0.33% | - |
| HSV(B) | 25.22º | 0.9% | 0.6% | - |
| XYZ | 15.87 | 11.8 | 1.93 | - |
| YUV | 91.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 16 | 0 | 0.52 | 0.90 | 0.40 | 25.22 | 0.81 | 0.33 |
| Hex | 9A | 4A | 10 | 0 | 34 | 5A | 28 | 19 | 51 | 21 |
| Octal | 232 | 112 | 20 | 0 | 64 | 132 | 50 | 31 | 121 | 41 |
| Binary | 10011010 | 1001010 | 10000 | 0 | 110100 | 1011010 | 101000 | 11001 | 1010001 | 100001 |
Color Harmonies of #9A4A10
Complementary color
Monochromatic Colors of #9A4A10
Black with #9A4A10
Text Example
Text Example
White with #9A4A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A10; }
p { color: rgb(154,74,16); }
H1.HeaderClassName
{
color: #9A4A10;
}
.AnyTagClassName
{
color: #9A4A10;
}
</style>
background-color css
<style>
a { background-color: #9A4A10; }
a { background-color: rgb(154,74,16); }
div.DivClassName
{
background-color: #9A4A10;
}
.BgClassName
{
background-color: #9A4A10;
}
</style>
border-color css
<style>
span { border-color: #9A4A10; }
span { border-color: rgb(154,74,16); }
td.TdClassName
{
border-color: #9A4A10;
}
.TagClassName
{
border-color: #9A4A10;
}
</style>