Shades of Saddle Brown #A14A02
Tints of Saddle Brown #A14A02
RGB
CMYK
RGB Variations
Color information
#A14A02 (or 0xA14A02) is known color: Saddle Brown. HEX triplet: A1, 4A and 02. RGB value is (161,74,2). Sum of RGB (Red+Green+Blue) = 161+74+2=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A02 is #5EB5FD. Grayscale: #5C5C5C. Windows color (decimal): -6206974 or 150177. OLE color: 150177.
HSL color Cylindrical-coordinate representation of color #A14A02: hue angle of 27.17º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A14A02 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.37 |
| HSL | 27.17º | 0.98% | 0.32% | - |
| HSV(B) | 27.17º | 0.99% | 0.63% | - |
| XYZ | 17.16 | 12.48 | 1.56 | - |
| YUV | 91.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 2 | 0 | 0.54 | 0.99 | 0.37 | 27.17 | 0.98 | 0.32 |
| Hex | A1 | 4A | 2 | 0 | 36 | 63 | 25 | 1B | 62 | 20 |
| Octal | 241 | 112 | 2 | 0 | 66 | 143 | 45 | 33 | 142 | 40 |
| Binary | 10100001 | 1001010 | 10 | 0 | 110110 | 1100011 | 100101 | 11011 | 1100010 | 100000 |
Color Harmonies of #A14A02
Complementary color
Monochromatic Colors of #A14A02
Black with #A14A02
Text Example
Text Example
White with #A14A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A02; }
p { color: rgb(161,74,2); }
H1.HeaderClassName
{
color: #A14A02;
}
.AnyTagClassName
{
color: #A14A02;
}
</style>
background-color css
<style>
a { background-color: #A14A02; }
a { background-color: rgb(161,74,2); }
div.DivClassName
{
background-color: #A14A02;
}
.BgClassName
{
background-color: #A14A02;
}
</style>
border-color css
<style>
span { border-color: #A14A02; }
span { border-color: rgb(161,74,2); }
td.TdClassName
{
border-color: #A14A02;
}
.TagClassName
{
border-color: #A14A02;
}
</style>