Shades of Dark Wood #815C45
Tints of Dark Wood #815C45
RGB
CMYK
RGB Variations
Color information
#815C45 (or 0x815C45) is known color: Dark Wood. HEX triplet: 81, 5C and 45. RGB value is (129,92,69). Sum of RGB (Red+Green+Blue) = 129+92+69=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #815C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C45 is #7EA3BA. Grayscale: #646464. Windows color (decimal): -8299451 or 4545665. OLE color: 4545665.
HSL color Cylindrical-coordinate representation of color #815C45: hue angle of 23º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815C45 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 69 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.49 |
| HSL | 23º | 0.3% | 0.39% | - |
| HSV(B) | 23º | 0.47% | 0.51% | - |
| XYZ | 13.95 | 12.75 | 7.36 | - |
| YUV | 100.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 69 | 0 | 0.29 | 0.47 | 0.49 | 23 | 0.3 | 0.39 |
| Hex | 81 | 5C | 45 | 0 | 1D | 2F | 31 | 17 | 1E | 27 |
| Octal | 201 | 134 | 105 | 0 | 35 | 57 | 61 | 27 | 36 | 47 |
| Binary | 10000001 | 1011100 | 1000101 | 0 | 11101 | 101111 | 110001 | 10111 | 11110 | 100111 |
Color Harmonies of #815C45
Complementary color
Monochromatic Colors of #815C45
Black with #815C45
Text Example
Text Example
White with #815C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C45; }
p { color: rgb(129,92,69); }
H1.HeaderClassName
{
color: #815C45;
}
.AnyTagClassName
{
color: #815C45;
}
</style>
background-color css
<style>
a { background-color: #815C45; }
a { background-color: rgb(129,92,69); }
div.DivClassName
{
background-color: #815C45;
}
.BgClassName
{
background-color: #815C45;
}
</style>
border-color css
<style>
span { border-color: #815C45; }
span { border-color: rgb(129,92,69); }
td.TdClassName
{
border-color: #815C45;
}
.TagClassName
{
border-color: #815C45;
}
</style>