Shades of Saddle Brown #814A0E
Tints of Saddle Brown #814A0E
RGB
CMYK
RGB Variations
Color information
#814A0E (or 0x814A0E) is known color: Saddle Brown. HEX triplet: 81, 4A and 0E. RGB value is (129,74,14). Sum of RGB (Red+Green+Blue) = 129+74+14=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #814A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A0E is #7EB5F1. Grayscale: #535353. Windows color (decimal): -8304114 or 936577. OLE color: 936577.
HSL color Cylindrical-coordinate representation of color #814A0E: hue angle of 31.3º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #814A0E is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 14 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.49 |
| HSL | 31.3º | 0.8% | 0.28% | - |
| HSV(B) | 31.3º | 0.89% | 0.51% | - |
| XYZ | 11.58 | 9.6 | 1.66 | - |
| YUV | 83.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 14 | 0 | 0.43 | 0.89 | 0.49 | 31.3 | 0.8 | 0.28 |
| Hex | 81 | 4A | E | 0 | 2B | 59 | 31 | 1F | 50 | 1C |
| Octal | 201 | 112 | 16 | 0 | 53 | 131 | 61 | 37 | 120 | 34 |
| Binary | 10000001 | 1001010 | 1110 | 0 | 101011 | 1011001 | 110001 | 11111 | 1010000 | 11100 |
Color Harmonies of #814A0E
Complementary color
Monochromatic Colors of #814A0E
Black with #814A0E
Text Example
Text Example
White with #814A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A0E; }
p { color: rgb(129,74,14); }
H1.HeaderClassName
{
color: #814A0E;
}
.AnyTagClassName
{
color: #814A0E;
}
</style>
background-color css
<style>
a { background-color: #814A0E; }
a { background-color: rgb(129,74,14); }
div.DivClassName
{
background-color: #814A0E;
}
.BgClassName
{
background-color: #814A0E;
}
</style>
border-color css
<style>
span { border-color: #814A0E; }
span { border-color: rgb(129,74,14); }
td.TdClassName
{
border-color: #814A0E;
}
.TagClassName
{
border-color: #814A0E;
}
</style>