Shades of Saddle Brown #A1460F
Tints of Saddle Brown #A1460F
RGB
CMYK
RGB Variations
Color information
#A1460F (or 0xA1460F) is known color: Saddle Brown. HEX triplet: A1, 46 and 0F. RGB value is (161,70,15). Sum of RGB (Red+Green+Blue) = 161+70+15=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1460F is #5EB9F0. Grayscale: #5B5B5B. Windows color (decimal): -6207985 or 1001121. OLE color: 1001121.
HSL color Cylindrical-coordinate representation of color #A1460F: hue angle of 22.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1460F is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 15 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.37 |
| HSL | 22.6º | 0.83% | 0.35% | - |
| HSV(B) | 22.6º | 0.91% | 0.63% | - |
| XYZ | 16.97 | 11.99 | 1.87 | - |
| YUV | 90.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 15 | 0 | 0.57 | 0.91 | 0.37 | 22.6 | 0.83 | 0.35 |
| Hex | A1 | 46 | F | 0 | 39 | 5B | 25 | 17 | 53 | 23 |
| Octal | 241 | 106 | 17 | 0 | 71 | 133 | 45 | 27 | 123 | 43 |
| Binary | 10100001 | 1000110 | 1111 | 0 | 111001 | 1011011 | 100101 | 10111 | 1010011 | 100011 |
Color Harmonies of #A1460F
Complementary color
Monochromatic Colors of #A1460F
Black with #A1460F
Text Example
Text Example
White with #A1460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1460F; }
p { color: rgb(161,70,15); }
H1.HeaderClassName
{
color: #A1460F;
}
.AnyTagClassName
{
color: #A1460F;
}
</style>
background-color css
<style>
a { background-color: #A1460F; }
a { background-color: rgb(161,70,15); }
div.DivClassName
{
background-color: #A1460F;
}
.BgClassName
{
background-color: #A1460F;
}
</style>
border-color css
<style>
span { border-color: #A1460F; }
span { border-color: rgb(161,70,15); }
td.TdClassName
{
border-color: #A1460F;
}
.TagClassName
{
border-color: #A1460F;
}
</style>