Shades of Saddle Brown #814408
Tints of Saddle Brown #814408
RGB
CMYK
RGB Variations
Color information
#814408 (or 0x814408) is known color: Saddle Brown. HEX triplet: 81, 44 and 08. RGB value is (129,68,8). Sum of RGB (Red+Green+Blue) = 129+68+8=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #814408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814408 is #7EBBF7. Grayscale: #4F4F4F. Windows color (decimal): -8305656 or 541825. OLE color: 541825.
HSL color Cylindrical-coordinate representation of color #814408: hue angle of 29.75º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #814408 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 8 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.49 |
| HSL | 29.75º | 0.88% | 0.27% | - |
| HSV(B) | 29.75º | 0.94% | 0.51% | - |
| XYZ | 11.16 | 8.82 | 1.34 | - |
| YUV | 79.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 8 | 0 | 0.47 | 0.94 | 0.49 | 29.75 | 0.88 | 0.27 |
| Hex | 81 | 44 | 8 | 0 | 2F | 5E | 31 | 1E | 58 | 1B |
| Octal | 201 | 104 | 10 | 0 | 57 | 136 | 61 | 36 | 130 | 33 |
| Binary | 10000001 | 1000100 | 1000 | 0 | 101111 | 1011110 | 110001 | 11110 | 1011000 | 11011 |
Color Harmonies of #814408
Complementary color
Monochromatic Colors of #814408
Black with #814408
Text Example
Text Example
White with #814408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814408; }
p { color: rgb(129,68,8); }
H1.HeaderClassName
{
color: #814408;
}
.AnyTagClassName
{
color: #814408;
}
</style>
background-color css
<style>
a { background-color: #814408; }
a { background-color: rgb(129,68,8); }
div.DivClassName
{
background-color: #814408;
}
.BgClassName
{
background-color: #814408;
}
</style>
border-color css
<style>
span { border-color: #814408; }
span { border-color: rgb(129,68,8); }
td.TdClassName
{
border-color: #814408;
}
.TagClassName
{
border-color: #814408;
}
</style>