Shades of Dark Wood #825F41
Tints of Dark Wood #825F41
RGB
CMYK
RGB Variations
Color information
#825F41 (or 0x825F41) is known color: Dark Wood. HEX triplet: 82, 5F and 41. RGB value is (130,95,65). Sum of RGB (Red+Green+Blue) = 130+95+65=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F41 is #7DA0BE. Grayscale: #666666. Windows color (decimal): -8233151 or 4284290. OLE color: 4284290.
HSL color Cylindrical-coordinate representation of color #825F41: hue angle of 27.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825F41 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 65 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.49 |
| HSL | 27.69º | 0.33% | 0.38% | - |
| HSV(B) | 27.69º | 0.5% | 0.51% | - |
| XYZ | 14.25 | 13.31 | 6.82 | - |
| YUV | 102.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 65 | 0 | 0.27 | 0.50 | 0.49 | 27.69 | 0.33 | 0.38 |
| Hex | 82 | 5F | 41 | 0 | 1B | 32 | 31 | 1C | 21 | 26 |
| Octal | 202 | 137 | 101 | 0 | 33 | 62 | 61 | 34 | 41 | 46 |
| Binary | 10000010 | 1011111 | 1000001 | 0 | 11011 | 110010 | 110001 | 11100 | 100001 | 100110 |
Color Harmonies of #825F41
Complementary color
Monochromatic Colors of #825F41
Black with #825F41
Text Example
Text Example
White with #825F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F41; }
p { color: rgb(130,95,65); }
H1.HeaderClassName
{
color: #825F41;
}
.AnyTagClassName
{
color: #825F41;
}
</style>
background-color css
<style>
a { background-color: #825F41; }
a { background-color: rgb(130,95,65); }
div.DivClassName
{
background-color: #825F41;
}
.BgClassName
{
background-color: #825F41;
}
</style>
border-color css
<style>
span { border-color: #825F41; }
span { border-color: rgb(130,95,65); }
td.TdClassName
{
border-color: #825F41;
}
.TagClassName
{
border-color: #825F41;
}
</style>