Shades of Saddle Brown #A04608
Tints of Saddle Brown #A04608
RGB
CMYK
RGB Variations
Color information
#A04608 (or 0xA04608) is known color: Saddle Brown. HEX triplet: A0, 46 and 08. RGB value is (160,70,8). Sum of RGB (Red+Green+Blue) = 160+70+8=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A04608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04608 is #5FB9F7. Grayscale: #5A5A5A. Windows color (decimal): -6273528 or 542368. OLE color: 542368.
HSL color Cylindrical-coordinate representation of color #A04608: hue angle of 24.47º 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 #A04608 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 8 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.37 |
| HSL | 24.47º | 0.9% | 0.33% | - |
| HSV(B) | 24.47º | 0.95% | 0.63% | - |
| XYZ | 16.73 | 11.87 | 1.64 | - |
| YUV | 89.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 8 | 0 | 0.56 | 0.95 | 0.37 | 24.47 | 0.9 | 0.33 |
| Hex | A0 | 46 | 8 | 0 | 38 | 5F | 25 | 18 | 5A | 21 |
| Octal | 240 | 106 | 10 | 0 | 70 | 137 | 45 | 30 | 132 | 41 |
| Binary | 10100000 | 1000110 | 1000 | 0 | 111000 | 1011111 | 100101 | 11000 | 1011010 | 100001 |
Color Harmonies of #A04608
Complementary color
Monochromatic Colors of #A04608
Black with #A04608
Text Example
Text Example
White with #A04608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04608; }
p { color: rgb(160,70,8); }
H1.HeaderClassName
{
color: #A04608;
}
.AnyTagClassName
{
color: #A04608;
}
</style>
background-color css
<style>
a { background-color: #A04608; }
a { background-color: rgb(160,70,8); }
div.DivClassName
{
background-color: #A04608;
}
.BgClassName
{
background-color: #A04608;
}
</style>
border-color css
<style>
span { border-color: #A04608; }
span { border-color: rgb(160,70,8); }
td.TdClassName
{
border-color: #A04608;
}
.TagClassName
{
border-color: #A04608;
}
</style>