Shades of Light Wood #815A57
Tints of Light Wood #815A57
RGB
CMYK
RGB Variations
Color information
#815A57 (or 0x815A57) is known color: Light Wood. HEX triplet: 81, 5A and 57. RGB value is (129,90,87). Sum of RGB (Red+Green+Blue) = 129+90+87=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #815A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A57 is #7EA5A8. Grayscale: #656565. Windows color (decimal): -8299945 or 5724801. OLE color: 5724801.
HSL color Cylindrical-coordinate representation of color #815A57: hue angle of 4.29º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815A57 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 87 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.49 |
| HSL | 4.29º | 0.19% | 0.42% | - |
| HSV(B) | 4.29º | 0.33% | 0.51% | - |
| XYZ | 14.43 | 12.67 | 10.7 | - |
| YUV | 101.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 87 | 0 | 0.30 | 0.33 | 0.49 | 4.29 | 0.19 | 0.42 |
| Hex | 81 | 5A | 57 | 0 | 1E | 21 | 31 | 4 | 13 | 2A |
| Octal | 201 | 132 | 127 | 0 | 36 | 41 | 61 | 4 | 23 | 52 |
| Binary | 10000001 | 1011010 | 1010111 | 0 | 11110 | 100001 | 110001 | 100 | 10011 | 101010 |
Color Harmonies of #815A57
Complementary color
Monochromatic Colors of #815A57
Black with #815A57
Text Example
Text Example
White with #815A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A57; }
p { color: rgb(129,90,87); }
H1.HeaderClassName
{
color: #815A57;
}
.AnyTagClassName
{
color: #815A57;
}
</style>
background-color css
<style>
a { background-color: #815A57; }
a { background-color: rgb(129,90,87); }
div.DivClassName
{
background-color: #815A57;
}
.BgClassName
{
background-color: #815A57;
}
</style>
border-color css
<style>
span { border-color: #815A57; }
span { border-color: rgb(129,90,87); }
td.TdClassName
{
border-color: #815A57;
}
.TagClassName
{
border-color: #815A57;
}
</style>