Shades of Saddle Brown #A14B08
Tints of Saddle Brown #A14B08
RGB
CMYK
RGB Variations
Color information
#A14B08 (or 0xA14B08) is known color: Saddle Brown. HEX triplet: A1, 4B and 08. RGB value is (161,75,8). Sum of RGB (Red+Green+Blue) = 161+75+8=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14B08 is #5EB4F7. Grayscale: #5D5D5D. Windows color (decimal): -6206712 or 543649. OLE color: 543649.
HSL color Cylindrical-coordinate representation of color #A14B08: hue angle of 26.27º 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 #A14B08 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 75 | 8 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.37 |
| HSL | 26.27º | 0.91% | 0.33% | - |
| HSV(B) | 26.27º | 0.95% | 0.63% | - |
| XYZ | 17.26 | 12.63 | 1.76 | - |
| YUV | 93.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 8 | 0 | 0.53 | 0.95 | 0.37 | 26.27 | 0.91 | 0.33 |
| Hex | A1 | 4B | 8 | 0 | 35 | 5F | 25 | 1A | 5B | 21 |
| Octal | 241 | 113 | 10 | 0 | 65 | 137 | 45 | 32 | 133 | 41 |
| Binary | 10100001 | 1001011 | 1000 | 0 | 110101 | 1011111 | 100101 | 11010 | 1011011 | 100001 |
Color Harmonies of #A14B08
Complementary color
Monochromatic Colors of #A14B08
Black with #A14B08
Text Example
Text Example
White with #A14B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14B08; }
p { color: rgb(161,75,8); }
H1.HeaderClassName
{
color: #A14B08;
}
.AnyTagClassName
{
color: #A14B08;
}
</style>
background-color css
<style>
a { background-color: #A14B08; }
a { background-color: rgb(161,75,8); }
div.DivClassName
{
background-color: #A14B08;
}
.BgClassName
{
background-color: #A14B08;
}
</style>
border-color css
<style>
span { border-color: #A14B08; }
span { border-color: rgb(161,75,8); }
td.TdClassName
{
border-color: #A14B08;
}
.TagClassName
{
border-color: #A14B08;
}
</style>