Shades of Dark Wood #815A48
Tints of Dark Wood #815A48
RGB
CMYK
RGB Variations
Color information
#815A48 (or 0x815A48) is known color: Dark Wood. HEX triplet: 81, 5A and 48. RGB value is (129,90,72). Sum of RGB (Red+Green+Blue) = 129+90+72=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #815A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A48 is #7EA5B7. Grayscale: #636363. Windows color (decimal): -8299960 or 4741761. OLE color: 4741761.
HSL color Cylindrical-coordinate representation of color #815A48: hue angle of 18.95º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815A48 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 72 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.49 |
| HSL | 18.95º | 0.28% | 0.39% | - |
| HSV(B) | 18.95º | 0.44% | 0.51% | - |
| XYZ | 13.88 | 12.45 | 7.8 | - |
| YUV | 99.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 72 | 0 | 0.30 | 0.44 | 0.49 | 18.95 | 0.28 | 0.39 |
| Hex | 81 | 5A | 48 | 0 | 1E | 2C | 31 | 13 | 1C | 27 |
| Octal | 201 | 132 | 110 | 0 | 36 | 54 | 61 | 23 | 34 | 47 |
| Binary | 10000001 | 1011010 | 1001000 | 0 | 11110 | 101100 | 110001 | 10011 | 11100 | 100111 |
Color Harmonies of #815A48
Complementary color
Monochromatic Colors of #815A48
Black with #815A48
Text Example
Text Example
White with #815A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A48; }
p { color: rgb(129,90,72); }
H1.HeaderClassName
{
color: #815A48;
}
.AnyTagClassName
{
color: #815A48;
}
</style>
background-color css
<style>
a { background-color: #815A48; }
a { background-color: rgb(129,90,72); }
div.DivClassName
{
background-color: #815A48;
}
.BgClassName
{
background-color: #815A48;
}
</style>
border-color css
<style>
span { border-color: #815A48; }
span { border-color: rgb(129,90,72); }
td.TdClassName
{
border-color: #815A48;
}
.TagClassName
{
border-color: #815A48;
}
</style>