Shades of Saddle Brown #A14F08
Tints of Saddle Brown #A14F08
RGB
CMYK
RGB Variations
Color information
#A14F08 (or 0xA14F08) is known color: Saddle Brown. HEX triplet: A1, 4F and 08. RGB value is (161,79,8). Sum of RGB (Red+Green+Blue) = 161+79+8=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A14F08 is #5EB0F7. Grayscale: #5F5F5F. Windows color (decimal): -6205688 or 544673. OLE color: 544673.
HSL color Cylindrical-coordinate representation of color #A14F08: hue angle of 27.84º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A14F08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 79 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.37 |
| HSL | 27.84º | 0.91% | 0.33% | - |
| HSV(B) | 27.84º | 0.95% | 0.63% | - |
| XYZ | 17.54 | 13.19 | 1.85 | - |
| YUV | 95.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 8 | 0 | 0.51 | 0.95 | 0.37 | 27.84 | 0.91 | 0.33 |
| Hex | A1 | 4F | 8 | 0 | 33 | 5F | 25 | 1C | 5B | 21 |
| Octal | 241 | 117 | 10 | 0 | 63 | 137 | 45 | 34 | 133 | 41 |
| Binary | 10100001 | 1001111 | 1000 | 0 | 110011 | 1011111 | 100101 | 11100 | 1011011 | 100001 |
Color Harmonies of #A14F08
Complementary color
Monochromatic Colors of #A14F08
Black with #A14F08
Text Example
Text Example
White with #A14F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14F08; }
p { color: rgb(161,79,8); }
H1.HeaderClassName
{
color: #A14F08;
}
.AnyTagClassName
{
color: #A14F08;
}
</style>
background-color css
<style>
a { background-color: #A14F08; }
a { background-color: rgb(161,79,8); }
div.DivClassName
{
background-color: #A14F08;
}
.BgClassName
{
background-color: #A14F08;
}
</style>
border-color css
<style>
span { border-color: #A14F08; }
span { border-color: rgb(161,79,8); }
td.TdClassName
{
border-color: #A14F08;
}
.TagClassName
{
border-color: #A14F08;
}
</style>