Shades of Saddle Brown #814409
Tints of Saddle Brown #814409
RGB
CMYK
RGB Variations
Color information
#814409 (or 0x814409) is known color: Saddle Brown. HEX triplet: 81, 44 and 09. RGB value is (129,68,9). Sum of RGB (Red+Green+Blue) = 129+68+9=206 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.62% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 129 - color contains mainly: red. Hex color #814409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814409 is #7EBBF6. Grayscale: #4F4F4F. Windows color (decimal): -8305655 or 607361. OLE color: 607361.
HSL color Cylindrical-coordinate representation of color #814409: hue angle of 29.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #814409 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 9 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.49 |
| HSL | 29.5º | 0.87% | 0.27% | - |
| HSV(B) | 29.5º | 0.93% | 0.51% | - |
| XYZ | 11.17 | 8.82 | 1.37 | - |
| YUV | 79.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 9 | 0 | 0.47 | 0.93 | 0.49 | 29.5 | 0.87 | 0.27 |
| Hex | 81 | 44 | 9 | 0 | 2F | 5D | 31 | 1E | 57 | 1B |
| Octal | 201 | 104 | 11 | 0 | 57 | 135 | 61 | 36 | 127 | 33 |
| Binary | 10000001 | 1000100 | 1001 | 0 | 101111 | 1011101 | 110001 | 11110 | 1010111 | 11011 |
Color Harmonies of #814409
Complementary color
Monochromatic Colors of #814409
Black with #814409
Text Example
Text Example
White with #814409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814409; }
p { color: rgb(129,68,9); }
H1.HeaderClassName
{
color: #814409;
}
.AnyTagClassName
{
color: #814409;
}
</style>
background-color css
<style>
a { background-color: #814409; }
a { background-color: rgb(129,68,9); }
div.DivClassName
{
background-color: #814409;
}
.BgClassName
{
background-color: #814409;
}
</style>
border-color css
<style>
span { border-color: #814409; }
span { border-color: rgb(129,68,9); }
td.TdClassName
{
border-color: #814409;
}
.TagClassName
{
border-color: #814409;
}
</style>