Shades of Dark Wood #815E46
Tints of Dark Wood #815E46
RGB
CMYK
RGB Variations
Color information
#815E46 (or 0x815E46) is known color: Dark Wood. HEX triplet: 81, 5E and 46. RGB value is (129,94,70). Sum of RGB (Red+Green+Blue) = 129+94+70=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #815E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E46 is #7EA1B9. Grayscale: #656565. Windows color (decimal): -8298938 or 4611713. OLE color: 4611713.
HSL color Cylindrical-coordinate representation of color #815E46: hue angle of 24.41º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815E46 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 70 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.49 |
| HSL | 24.41º | 0.3% | 0.39% | - |
| HSV(B) | 24.41º | 0.46% | 0.51% | - |
| XYZ | 14.16 | 13.11 | 7.58 | - |
| YUV | 101.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 70 | 0 | 0.27 | 0.46 | 0.49 | 24.41 | 0.3 | 0.39 |
| Hex | 81 | 5E | 46 | 0 | 1B | 2E | 31 | 18 | 1E | 27 |
| Octal | 201 | 136 | 106 | 0 | 33 | 56 | 61 | 30 | 36 | 47 |
| Binary | 10000001 | 1011110 | 1000110 | 0 | 11011 | 101110 | 110001 | 11000 | 11110 | 100111 |
Color Harmonies of #815E46
Complementary color
Monochromatic Colors of #815E46
Black with #815E46
Text Example
Text Example
White with #815E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E46; }
p { color: rgb(129,94,70); }
H1.HeaderClassName
{
color: #815E46;
}
.AnyTagClassName
{
color: #815E46;
}
</style>
background-color css
<style>
a { background-color: #815E46; }
a { background-color: rgb(129,94,70); }
div.DivClassName
{
background-color: #815E46;
}
.BgClassName
{
background-color: #815E46;
}
</style>
border-color css
<style>
span { border-color: #815E46; }
span { border-color: rgb(129,94,70); }
td.TdClassName
{
border-color: #815E46;
}
.TagClassName
{
border-color: #815E46;
}
</style>