Shades of Light Wood #825A57
Tints of Light Wood #825A57
RGB
CMYK
RGB Variations
Color information
#825A57 (or 0x825A57) is known color: Light Wood. HEX triplet: 82, 5A and 57. RGB value is (130,90,87). Sum of RGB (Red+Green+Blue) = 130+90+87=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #825A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A57 is #7DA5A8. Grayscale: #656565. Windows color (decimal): -8234409 or 5724802. OLE color: 5724802.
HSL color Cylindrical-coordinate representation of color #825A57: hue angle of 4.19º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #825A57 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 87 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.49 |
| HSL | 4.19º | 0.2% | 0.43% | - |
| HSV(B) | 4.19º | 0.33% | 0.51% | - |
| XYZ | 14.58 | 12.75 | 10.71 | - |
| YUV | 101.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 87 | 0 | 0.31 | 0.33 | 0.49 | 4.19 | 0.2 | 0.43 |
| Hex | 82 | 5A | 57 | 0 | 1F | 21 | 31 | 4 | 14 | 2B |
| Octal | 202 | 132 | 127 | 0 | 37 | 41 | 61 | 4 | 24 | 53 |
| Binary | 10000010 | 1011010 | 1010111 | 0 | 11111 | 100001 | 110001 | 100 | 10100 | 101011 |
Color Harmonies of #825A57
Complementary color
Monochromatic Colors of #825A57
Black with #825A57
Text Example
Text Example
White with #825A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A57; }
p { color: rgb(130,90,87); }
H1.HeaderClassName
{
color: #825A57;
}
.AnyTagClassName
{
color: #825A57;
}
</style>
background-color css
<style>
a { background-color: #825A57; }
a { background-color: rgb(130,90,87); }
div.DivClassName
{
background-color: #825A57;
}
.BgClassName
{
background-color: #825A57;
}
</style>
border-color css
<style>
span { border-color: #825A57; }
span { border-color: rgb(130,90,87); }
td.TdClassName
{
border-color: #825A57;
}
.TagClassName
{
border-color: #825A57;
}
</style>