Shades of Saddle Brown #A0410F
Tints of Saddle Brown #A0410F
RGB
CMYK
RGB Variations
Color information
#A0410F (or 0xA0410F) is known color: Saddle Brown. HEX triplet: A0, 41 and 0F. RGB value is (160,65,15). Sum of RGB (Red+Green+Blue) = 160+65+15=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0410F is #5FBEF0. Grayscale: #585858. Windows color (decimal): -6274801 or 999840. OLE color: 999840.
HSL color Cylindrical-coordinate representation of color #A0410F: hue angle of 20.69º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0410F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.37 |
| HSL | 20.69º | 0.83% | 0.34% | - |
| HSV(B) | 20.69º | 0.91% | 0.63% | - |
| XYZ | 16.47 | 11.29 | 1.76 | - |
| YUV | 87.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 15 | 0 | 0.59 | 0.91 | 0.37 | 20.69 | 0.83 | 0.34 |
| Hex | A0 | 41 | F | 0 | 3B | 5B | 25 | 15 | 53 | 22 |
| Octal | 240 | 101 | 17 | 0 | 73 | 133 | 45 | 25 | 123 | 42 |
| Binary | 10100000 | 1000001 | 1111 | 0 | 111011 | 1011011 | 100101 | 10101 | 1010011 | 100010 |
Color Harmonies of #A0410F
Complementary color
Monochromatic Colors of #A0410F
Black with #A0410F
Text Example
Text Example
White with #A0410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0410F; }
p { color: rgb(160,65,15); }
H1.HeaderClassName
{
color: #A0410F;
}
.AnyTagClassName
{
color: #A0410F;
}
</style>
background-color css
<style>
a { background-color: #A0410F; }
a { background-color: rgb(160,65,15); }
div.DivClassName
{
background-color: #A0410F;
}
.BgClassName
{
background-color: #A0410F;
}
</style>
border-color css
<style>
span { border-color: #A0410F; }
span { border-color: rgb(160,65,15); }
td.TdClassName
{
border-color: #A0410F;
}
.TagClassName
{
border-color: #A0410F;
}
</style>