Shades of Saddle Brown #814005
Tints of Saddle Brown #814005
RGB
CMYK
RGB Variations
Color information
#814005 (or 0x814005) is known color: Saddle Brown. HEX triplet: 81, 40 and 05. RGB value is (129,64,5). Sum of RGB (Red+Green+Blue) = 129+64+5=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #814005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814005 is #7EBFFA. Grayscale: #4D4D4D. Windows color (decimal): -8306683 or 344193. OLE color: 344193.
HSL color Cylindrical-coordinate representation of color #814005: hue angle of 28.55º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #814005 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 5 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.49 |
| HSL | 28.55º | 0.93% | 0.26% | - |
| HSV(B) | 28.55º | 0.96% | 0.51% | - |
| XYZ | 10.91 | 8.34 | 1.18 | - |
| YUV | 76.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 5 | 0 | 0.50 | 0.96 | 0.49 | 28.55 | 0.93 | 0.26 |
| Hex | 81 | 40 | 5 | 0 | 32 | 60 | 31 | 1D | 5D | 1A |
| Octal | 201 | 100 | 5 | 0 | 62 | 140 | 61 | 35 | 135 | 32 |
| Binary | 10000001 | 1000000 | 101 | 0 | 110010 | 1100000 | 110001 | 11101 | 1011101 | 11010 |
Color Harmonies of #814005
Complementary color
Monochromatic Colors of #814005
Black with #814005
Text Example
Text Example
White with #814005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814005; }
p { color: rgb(129,64,5); }
H1.HeaderClassName
{
color: #814005;
}
.AnyTagClassName
{
color: #814005;
}
</style>
background-color css
<style>
a { background-color: #814005; }
a { background-color: rgb(129,64,5); }
div.DivClassName
{
background-color: #814005;
}
.BgClassName
{
background-color: #814005;
}
</style>
border-color css
<style>
span { border-color: #814005; }
span { border-color: rgb(129,64,5); }
td.TdClassName
{
border-color: #814005;
}
.TagClassName
{
border-color: #814005;
}
</style>