Shades of Saddle Brown #9A4915
Tints of Saddle Brown #9A4915
RGB
CMYK
RGB Variations
Color information
#9A4915 (or 0x9A4915) is known color: Saddle Brown. HEX triplet: 9A, 49 and 15. RGB value is (154,73,21). Sum of RGB (Red+Green+Blue) = 154+73+21=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4915 is #65B6EA. Grayscale: #5B5B5B. Windows color (decimal): -6665963 or 1395098. OLE color: 1395098.
HSL color Cylindrical-coordinate representation of color #9A4915: hue angle of 23.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A4915 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 21 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.40 |
| HSL | 23.46º | 0.76% | 0.34% | - |
| HSV(B) | 23.46º | 0.86% | 0.6% | - |
| XYZ | 15.84 | 11.69 | 2.13 | - |
| YUV | 91.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 21 | 0 | 0.53 | 0.86 | 0.40 | 23.46 | 0.76 | 0.34 |
| Hex | 9A | 49 | 15 | 0 | 35 | 56 | 28 | 17 | 4C | 22 |
| Octal | 232 | 111 | 25 | 0 | 65 | 126 | 50 | 27 | 114 | 42 |
| Binary | 10011010 | 1001001 | 10101 | 0 | 110101 | 1010110 | 101000 | 10111 | 1001100 | 100010 |
Color Harmonies of #9A4915
Complementary color
Monochromatic Colors of #9A4915
Black with #9A4915
Text Example
Text Example
White with #9A4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4915; }
p { color: rgb(154,73,21); }
H1.HeaderClassName
{
color: #9A4915;
}
.AnyTagClassName
{
color: #9A4915;
}
</style>
background-color css
<style>
a { background-color: #9A4915; }
a { background-color: rgb(154,73,21); }
div.DivClassName
{
background-color: #9A4915;
}
.BgClassName
{
background-color: #9A4915;
}
</style>
border-color css
<style>
span { border-color: #9A4915; }
span { border-color: rgb(154,73,21); }
td.TdClassName
{
border-color: #9A4915;
}
.TagClassName
{
border-color: #9A4915;
}
</style>