Shades of Saddle Brown #A0430E
Tints of Saddle Brown #A0430E
RGB
CMYK
RGB Variations
Color information
#A0430E (or 0xA0430E) is known color: Saddle Brown. HEX triplet: A0, 43 and 0E. RGB value is (160,67,14). Sum of RGB (Red+Green+Blue) = 160+67+14=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0430E is #5FBCF1. Grayscale: #595959. Windows color (decimal): -6274290 or 934816. OLE color: 934816.
HSL color Cylindrical-coordinate representation of color #A0430E: hue angle of 21.78º degrees, saturation: 0.84, 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 #A0430E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 14 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.37 |
| HSL | 21.78º | 0.84% | 0.34% | - |
| HSV(B) | 21.78º | 0.91% | 0.63% | - |
| XYZ | 16.58 | 11.52 | 1.76 | - |
| YUV | 88.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 14 | 0 | 0.58 | 0.91 | 0.37 | 21.78 | 0.84 | 0.34 |
| Hex | A0 | 43 | E | 0 | 3A | 5B | 25 | 16 | 54 | 22 |
| Octal | 240 | 103 | 16 | 0 | 72 | 133 | 45 | 26 | 124 | 42 |
| Binary | 10100000 | 1000011 | 1110 | 0 | 111010 | 1011011 | 100101 | 10110 | 1010100 | 100010 |
Color Harmonies of #A0430E
Complementary color
Monochromatic Colors of #A0430E
Black with #A0430E
Text Example
Text Example
White with #A0430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0430E; }
p { color: rgb(160,67,14); }
H1.HeaderClassName
{
color: #A0430E;
}
.AnyTagClassName
{
color: #A0430E;
}
</style>
background-color css
<style>
a { background-color: #A0430E; }
a { background-color: rgb(160,67,14); }
div.DivClassName
{
background-color: #A0430E;
}
.BgClassName
{
background-color: #A0430E;
}
</style>
border-color css
<style>
span { border-color: #A0430E; }
span { border-color: rgb(160,67,14); }
td.TdClassName
{
border-color: #A0430E;
}
.TagClassName
{
border-color: #A0430E;
}
</style>