Shades of Light Wood #825E5D
Tints of Light Wood #825E5D
RGB
CMYK
RGB Variations
Color information
#825E5D (or 0x825E5D) is known color: Light Wood. HEX triplet: 82, 5E and 5D. RGB value is (130,94,93). Sum of RGB (Red+Green+Blue) = 130+94+93=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E5D is #7DA1A2. Grayscale: #686868. Windows color (decimal): -8233379 or 6119042. OLE color: 6119042.
HSL color Cylindrical-coordinate representation of color #825E5D: hue angle of 1.62º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E5D is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 93 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.49 |
| HSL | 1.62º | 0.17% | 0.44% | - |
| HSV(B) | 1.62º | 0.28% | 0.51% | - |
| XYZ | 15.18 | 13.54 | 12.17 | - |
| YUV | 104.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 93 | 0 | 0.28 | 0.28 | 0.49 | 1.62 | 0.17 | 0.44 |
| Hex | 82 | 5E | 5D | 0 | 1C | 1C | 31 | 2 | 11 | 2C |
| Octal | 202 | 136 | 135 | 0 | 34 | 34 | 61 | 2 | 21 | 54 |
| Binary | 10000010 | 1011110 | 1011101 | 0 | 11100 | 11100 | 110001 | 10 | 10001 | 101100 |
Color Harmonies of #825E5D
Complementary color
Monochromatic Colors of #825E5D
Black with #825E5D
Text Example
Text Example
White with #825E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E5D; }
p { color: rgb(130,94,93); }
H1.HeaderClassName
{
color: #825E5D;
}
.AnyTagClassName
{
color: #825E5D;
}
</style>
background-color css
<style>
a { background-color: #825E5D; }
a { background-color: rgb(130,94,93); }
div.DivClassName
{
background-color: #825E5D;
}
.BgClassName
{
background-color: #825E5D;
}
</style>
border-color css
<style>
span { border-color: #825E5D; }
span { border-color: rgb(130,94,93); }
td.TdClassName
{
border-color: #825E5D;
}
.TagClassName
{
border-color: #825E5D;
}
</style>