Shades of Saddle Brown #A04908
Tints of Saddle Brown #A04908
RGB
CMYK
RGB Variations
Color information
#A04908 (or 0xA04908) is known color: Saddle Brown. HEX triplet: A0, 49 and 08. RGB value is (160,73,8). Sum of RGB (Red+Green+Blue) = 160+73+8=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A04908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04908 is #5FB6F7. Grayscale: #5B5B5B. Windows color (decimal): -6272760 or 543136. OLE color: 543136.
HSL color Cylindrical-coordinate representation of color #A04908: hue angle of 25.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A04908 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.37 |
| HSL | 25.66º | 0.9% | 0.33% | - |
| HSV(B) | 25.66º | 0.95% | 0.63% | - |
| XYZ | 16.92 | 12.26 | 1.7 | - |
| YUV | 91.6 | 80.82 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 8 | 0 | 0.54 | 0.95 | 0.37 | 25.66 | 0.9 | 0.33 |
| Hex | A0 | 49 | 8 | 0 | 36 | 5F | 25 | 1A | 5A | 21 |
| Octal | 240 | 111 | 10 | 0 | 66 | 137 | 45 | 32 | 132 | 41 |
| Binary | 10100000 | 1001001 | 1000 | 0 | 110110 | 1011111 | 100101 | 11010 | 1011010 | 100001 |
Color Harmonies of #A04908
Complementary color
Monochromatic Colors of #A04908
Black with #A04908
Text Example
Text Example
White with #A04908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04908; }
p { color: rgb(160,73,8); }
H1.HeaderClassName
{
color: #A04908;
}
.AnyTagClassName
{
color: #A04908;
}
</style>
background-color css
<style>
a { background-color: #A04908; }
a { background-color: rgb(160,73,8); }
div.DivClassName
{
background-color: #A04908;
}
.BgClassName
{
background-color: #A04908;
}
</style>
border-color css
<style>
span { border-color: #A04908; }
span { border-color: rgb(160,73,8); }
td.TdClassName
{
border-color: #A04908;
}
.TagClassName
{
border-color: #A04908;
}
</style>