Shades of Saddle Brown #814111
Tints of Saddle Brown #814111
RGB
CMYK
RGB Variations
Color information
#814111 (or 0x814111) is known color: Saddle Brown. HEX triplet: 81, 41 and 11. RGB value is (129,65,17). Sum of RGB (Red+Green+Blue) = 129+65+17=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #814111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814111 is #7EBEEE. Grayscale: #4E4E4E. Windows color (decimal): -8306415 or 1130881. OLE color: 1130881.
HSL color Cylindrical-coordinate representation of color #814111: hue angle of 25.71º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #814111 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 17 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.49 |
| HSL | 25.71º | 0.77% | 0.29% | - |
| HSV(B) | 25.71º | 0.87% | 0.51% | - |
| XYZ | 11.04 | 8.49 | 1.59 | - |
| YUV | 78.66 | 93.2 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 17 | 0 | 0.50 | 0.87 | 0.49 | 25.71 | 0.77 | 0.29 |
| Hex | 81 | 41 | 11 | 0 | 32 | 57 | 31 | 1A | 4D | 1D |
| Octal | 201 | 101 | 21 | 0 | 62 | 127 | 61 | 32 | 115 | 35 |
| Binary | 10000001 | 1000001 | 10001 | 0 | 110010 | 1010111 | 110001 | 11010 | 1001101 | 11101 |
Color Harmonies of #814111
Complementary color
Monochromatic Colors of #814111
Black with #814111
Text Example
Text Example
White with #814111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814111; }
p { color: rgb(129,65,17); }
H1.HeaderClassName
{
color: #814111;
}
.AnyTagClassName
{
color: #814111;
}
</style>
background-color css
<style>
a { background-color: #814111; }
a { background-color: rgb(129,65,17); }
div.DivClassName
{
background-color: #814111;
}
.BgClassName
{
background-color: #814111;
}
</style>
border-color css
<style>
span { border-color: #814111; }
span { border-color: rgb(129,65,17); }
td.TdClassName
{
border-color: #814111;
}
.TagClassName
{
border-color: #814111;
}
</style>