Shades of Saddle Brown #A0500D
Tints of Saddle Brown #A0500D
RGB
CMYK
RGB Variations
Color information
#A0500D (or 0xA0500D) is known color: Saddle Brown. HEX triplet: A0, 50 and 0D. RGB value is (160,80,13). Sum of RGB (Red+Green+Blue) = 160+80+13=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0500D is #5FAFF2. Grayscale: #606060. Windows color (decimal): -6270963 or 872608. OLE color: 872608.
HSL color Cylindrical-coordinate representation of color #A0500D: hue angle of 27.35º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0500D is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 80 | 13 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.37 |
| HSL | 27.35º | 0.85% | 0.34% | - |
| HSV(B) | 27.35º | 0.92% | 0.63% | - |
| XYZ | 17.44 | 13.24 | 2.02 | - |
| YUV | 96.28 | 81 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 80 | 13 | 0 | 0.5 | 0.92 | 0.37 | 27.35 | 0.85 | 0.34 |
| Hex | A0 | 50 | D | 0 | 32 | 5C | 25 | 1B | 55 | 22 |
| Octal | 240 | 120 | 15 | 0 | 62 | 134 | 45 | 33 | 125 | 42 |
| Binary | 10100000 | 1010000 | 1101 | 0 | 110010 | 1011100 | 100101 | 11011 | 1010101 | 100010 |
Color Harmonies of #A0500D
Complementary color
Monochromatic Colors of #A0500D
Black with #A0500D
Text Example
Text Example
White with #A0500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0500D; }
p { color: rgb(160,80,13); }
H1.HeaderClassName
{
color: #A0500D;
}
.AnyTagClassName
{
color: #A0500D;
}
</style>
background-color css
<style>
a { background-color: #A0500D; }
a { background-color: rgb(160,80,13); }
div.DivClassName
{
background-color: #A0500D;
}
.BgClassName
{
background-color: #A0500D;
}
</style>
border-color css
<style>
span { border-color: #A0500D; }
span { border-color: rgb(160,80,13); }
td.TdClassName
{
border-color: #A0500D;
}
.TagClassName
{
border-color: #A0500D;
}
</style>