Shades of Dark Wood #82664A
Tints of Dark Wood #82664A
RGB
CMYK
RGB Variations
Color information
#82664A (or 0x82664A) is known color: Dark Wood. HEX triplet: 82, 66 and 4A. RGB value is (130,102,74). Sum of RGB (Red+Green+Blue) = 130+102+74=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82664A is #7D99B5. Grayscale: #6B6B6B. Windows color (decimal): -8231350 or 4875906. OLE color: 4875906.
HSL color Cylindrical-coordinate representation of color #82664A: hue angle of 30º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82664A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 74 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.49 |
| HSL | 30º | 0.27% | 0.4% | - |
| HSV(B) | 30º | 0.43% | 0.51% | - |
| XYZ | 15.19 | 14.74 | 8.52 | - |
| YUV | 107.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 74 | 0 | 0.22 | 0.43 | 0.49 | 30 | 0.27 | 0.4 |
| Hex | 82 | 66 | 4A | 0 | 16 | 2B | 31 | 1E | 1B | 28 |
| Octal | 202 | 146 | 112 | 0 | 26 | 53 | 61 | 36 | 33 | 50 |
| Binary | 10000010 | 1100110 | 1001010 | 0 | 10110 | 101011 | 110001 | 11110 | 11011 | 101000 |
Color Harmonies of #82664A
Complementary color
Monochromatic Colors of #82664A
Black with #82664A
Text Example
Text Example
White with #82664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82664A; }
p { color: rgb(130,102,74); }
H1.HeaderClassName
{
color: #82664A;
}
.AnyTagClassName
{
color: #82664A;
}
</style>
background-color css
<style>
a { background-color: #82664A; }
a { background-color: rgb(130,102,74); }
div.DivClassName
{
background-color: #82664A;
}
.BgClassName
{
background-color: #82664A;
}
</style>
border-color css
<style>
span { border-color: #82664A; }
span { border-color: rgb(130,102,74); }
td.TdClassName
{
border-color: #82664A;
}
.TagClassName
{
border-color: #82664A;
}
</style>