Shades of Saddle Brown #9A4908
Tints of Saddle Brown #9A4908
RGB
CMYK
RGB Variations
Color information
#9A4908 (or 0x9A4908) is known color: Saddle Brown. HEX triplet: 9A, 49 and 08. RGB value is (154,73,8). Sum of RGB (Red+Green+Blue) = 154+73+8=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4908 is #65B6F7. Grayscale: #5A5A5A. Windows color (decimal): -6665976 or 543130. OLE color: 543130.
HSL color Cylindrical-coordinate representation of color #9A4908: hue angle of 26.71º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A4908 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 73 | 8 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.40 |
| HSL | 26.71º | 0.9% | 0.32% | - |
| HSV(B) | 26.71º | 0.95% | 0.6% | - |
| XYZ | 15.75 | 11.65 | 1.65 | - |
| YUV | 89.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 8 | 0 | 0.53 | 0.95 | 0.40 | 26.71 | 0.9 | 0.32 |
| Hex | 9A | 49 | 8 | 0 | 35 | 5F | 28 | 1B | 5A | 20 |
| Octal | 232 | 111 | 10 | 0 | 65 | 137 | 50 | 33 | 132 | 40 |
| Binary | 10011010 | 1001001 | 1000 | 0 | 110101 | 1011111 | 101000 | 11011 | 1011010 | 100000 |
Color Harmonies of #9A4908
Complementary color
Monochromatic Colors of #9A4908
Black with #9A4908
Text Example
Text Example
White with #9A4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4908; }
p { color: rgb(154,73,8); }
H1.HeaderClassName
{
color: #9A4908;
}
.AnyTagClassName
{
color: #9A4908;
}
</style>
background-color css
<style>
a { background-color: #9A4908; }
a { background-color: rgb(154,73,8); }
div.DivClassName
{
background-color: #9A4908;
}
.BgClassName
{
background-color: #9A4908;
}
</style>
border-color css
<style>
span { border-color: #9A4908; }
span { border-color: rgb(154,73,8); }
td.TdClassName
{
border-color: #9A4908;
}
.TagClassName
{
border-color: #9A4908;
}
</style>