Shades of Saddle Brown #814405
Tints of Saddle Brown #814405
RGB
CMYK
RGB Variations
Color information
#814405 (or 0x814405) is known color: Saddle Brown. HEX triplet: 81, 44 and 05. RGB value is (129,68,5). Sum of RGB (Red+Green+Blue) = 129+68+5=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #814405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814405 is #7EBBFA. Grayscale: #4F4F4F. Windows color (decimal): -8305659 or 345217. OLE color: 345217.
HSL color Cylindrical-coordinate representation of color #814405: hue angle of 30.48º 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 #814405 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 5 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.49 |
| HSL | 30.48º | 0.93% | 0.26% | - |
| HSV(B) | 30.48º | 0.96% | 0.51% | - |
| XYZ | 11.15 | 8.81 | 1.26 | - |
| YUV | 79.06 | 86.21 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 5 | 0 | 0.47 | 0.96 | 0.49 | 30.48 | 0.93 | 0.26 |
| Hex | 81 | 44 | 5 | 0 | 2F | 60 | 31 | 1E | 5D | 1A |
| Octal | 201 | 104 | 5 | 0 | 57 | 140 | 61 | 36 | 135 | 32 |
| Binary | 10000001 | 1000100 | 101 | 0 | 101111 | 1100000 | 110001 | 11110 | 1011101 | 11010 |
Color Harmonies of #814405
Complementary color
Monochromatic Colors of #814405
Black with #814405
Text Example
Text Example
White with #814405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814405; }
p { color: rgb(129,68,5); }
H1.HeaderClassName
{
color: #814405;
}
.AnyTagClassName
{
color: #814405;
}
</style>
background-color css
<style>
a { background-color: #814405; }
a { background-color: rgb(129,68,5); }
div.DivClassName
{
background-color: #814405;
}
.BgClassName
{
background-color: #814405;
}
</style>
border-color css
<style>
span { border-color: #814405; }
span { border-color: rgb(129,68,5); }
td.TdClassName
{
border-color: #814405;
}
.TagClassName
{
border-color: #814405;
}
</style>