Shades of Saddle Brown #814008
Tints of Saddle Brown #814008
RGB
CMYK
RGB Variations
Color information
#814008 (or 0x814008) is known color: Saddle Brown. HEX triplet: 81, 40 and 08. RGB value is (129,64,8). Sum of RGB (Red+Green+Blue) = 129+64+8=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #814008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814008 is #7EBFF7. Grayscale: #4D4D4D. Windows color (decimal): -8306680 or 540801. OLE color: 540801.
HSL color Cylindrical-coordinate representation of color #814008: hue angle of 27.77º 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 #814008 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 8 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.49 |
| HSL | 27.77º | 0.88% | 0.27% | - |
| HSV(B) | 27.77º | 0.94% | 0.51% | - |
| XYZ | 10.93 | 8.35 | 1.27 | - |
| YUV | 77.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 8 | 0 | 0.50 | 0.94 | 0.49 | 27.77 | 0.88 | 0.27 |
| Hex | 81 | 40 | 8 | 0 | 32 | 5E | 31 | 1C | 58 | 1B |
| Octal | 201 | 100 | 10 | 0 | 62 | 136 | 61 | 34 | 130 | 33 |
| Binary | 10000001 | 1000000 | 1000 | 0 | 110010 | 1011110 | 110001 | 11100 | 1011000 | 11011 |
Color Harmonies of #814008
Complementary color
Monochromatic Colors of #814008
Black with #814008
Text Example
Text Example
White with #814008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814008; }
p { color: rgb(129,64,8); }
H1.HeaderClassName
{
color: #814008;
}
.AnyTagClassName
{
color: #814008;
}
</style>
background-color css
<style>
a { background-color: #814008; }
a { background-color: rgb(129,64,8); }
div.DivClassName
{
background-color: #814008;
}
.BgClassName
{
background-color: #814008;
}
</style>
border-color css
<style>
span { border-color: #814008; }
span { border-color: rgb(129,64,8); }
td.TdClassName
{
border-color: #814008;
}
.TagClassName
{
border-color: #814008;
}
</style>