#82664A

Color #82664A Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #82664A

Tints of Dark Wood #82664A

Color information

#82664A (or 0x82664A) is unknown color: approx 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

RGB13010274-
CMYK00.220.430.49
HSL30º27.45%40%-
HSV(B)30º43.08%50.98%-
XYZ15.1914.748.52-
YUV107.18109.28144.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=42.48%
G=33.33%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301027400.220.430.493027.4540
Hex82664A0162B311e1b28
Octal2021461120265361363350
Binary10000010110011010010100101101010111100011111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>