Shades of Saddle Brown #A14A0D
Tints of Saddle Brown #A14A0D
RGB
CMYK
RGB Variations
Color information
#A14A0D (or 0xA14A0D) is known color: Saddle Brown. HEX triplet: A1, 4A and 0D. RGB value is (161,74,13). Sum of RGB (Red+Green+Blue) = 161+74+13=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A0D is #5EB5F2. Grayscale: #5D5D5D. Windows color (decimal): -6206963 or 871073. OLE color: 871073.
HSL color Cylindrical-coordinate representation of color #A14A0D: hue angle of 24.73º 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 #A14A0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 13 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.37 |
| HSL | 24.73º | 0.85% | 0.34% | - |
| HSV(B) | 24.73º | 0.92% | 0.63% | - |
| XYZ | 17.22 | 12.5 | 1.89 | - |
| YUV | 93.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 13 | 0 | 0.54 | 0.92 | 0.37 | 24.73 | 0.85 | 0.34 |
| Hex | A1 | 4A | D | 0 | 36 | 5C | 25 | 19 | 55 | 22 |
| Octal | 241 | 112 | 15 | 0 | 66 | 134 | 45 | 31 | 125 | 42 |
| Binary | 10100001 | 1001010 | 1101 | 0 | 110110 | 1011100 | 100101 | 11001 | 1010101 | 100010 |
Color Harmonies of #A14A0D
Complementary color
Monochromatic Colors of #A14A0D
Black with #A14A0D
Text Example
Text Example
White with #A14A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A0D; }
p { color: rgb(161,74,13); }
H1.HeaderClassName
{
color: #A14A0D;
}
.AnyTagClassName
{
color: #A14A0D;
}
</style>
background-color css
<style>
a { background-color: #A14A0D; }
a { background-color: rgb(161,74,13); }
div.DivClassName
{
background-color: #A14A0D;
}
.BgClassName
{
background-color: #A14A0D;
}
</style>
border-color css
<style>
span { border-color: #A14A0D; }
span { border-color: rgb(161,74,13); }
td.TdClassName
{
border-color: #A14A0D;
}
.TagClassName
{
border-color: #A14A0D;
}
</style>