Shades of Saddle Brown #A14A08
Tints of Saddle Brown #A14A08
RGB
CMYK
RGB Variations
Color information
#A14A08 (or 0xA14A08) is known color: Saddle Brown. HEX triplet: A1, 4A and 08. RGB value is (161,74,8). Sum of RGB (Red+Green+Blue) = 161+74+8=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14A08 is #5EB5F7. Grayscale: #5C5C5C. Windows color (decimal): -6206968 or 543393. OLE color: 543393.
HSL color Cylindrical-coordinate representation of color #A14A08: hue angle of 25.88º 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 #A14A08 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 8 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.37 |
| HSL | 25.88º | 0.91% | 0.33% | - |
| HSV(B) | 25.88º | 0.95% | 0.63% | - |
| XYZ | 17.19 | 12.49 | 1.73 | - |
| YUV | 92.49 | 80.32 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 8 | 0 | 0.54 | 0.95 | 0.37 | 25.88 | 0.91 | 0.33 |
| Hex | A1 | 4A | 8 | 0 | 36 | 5F | 25 | 1A | 5B | 21 |
| Octal | 241 | 112 | 10 | 0 | 66 | 137 | 45 | 32 | 133 | 41 |
| Binary | 10100001 | 1001010 | 1000 | 0 | 110110 | 1011111 | 100101 | 11010 | 1011011 | 100001 |
Color Harmonies of #A14A08
Complementary color
Monochromatic Colors of #A14A08
Black with #A14A08
Text Example
Text Example
White with #A14A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A08; }
p { color: rgb(161,74,8); }
H1.HeaderClassName
{
color: #A14A08;
}
.AnyTagClassName
{
color: #A14A08;
}
</style>
background-color css
<style>
a { background-color: #A14A08; }
a { background-color: rgb(161,74,8); }
div.DivClassName
{
background-color: #A14A08;
}
.BgClassName
{
background-color: #A14A08;
}
</style>
border-color css
<style>
span { border-color: #A14A08; }
span { border-color: rgb(161,74,8); }
td.TdClassName
{
border-color: #A14A08;
}
.TagClassName
{
border-color: #A14A08;
}
</style>