#82604A

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

Shades of Dark Wood #82604A

Tints of Dark Wood #82604A

Color information

#82604A (or 0x82604A) is unknown color: approx Dark Wood. HEX triplet: 82, 60 and 4A. RGB value is (130,96,74). Sum of RGB (Red+Green+Blue) = 130+96+74=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #82604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82604A is #7D9FB5. Grayscale: #676767. Windows color (decimal): -8232886 or 4874370. OLE color: 4874370.

HSL color Cylindrical-coordinate representation of color #82604A: hue angle of 23.57º 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 #82604A is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1309674-
CMYK00.260.430.49
HSL23.57º27.45%40%-
HSV(B)23.57º43.08%50.98%-
XYZ14.6213.618.33-
YUV103.66111.26146.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=43.33%
G=32%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130967400.260.430.4923.5727.4540
Hex82604A01A2B31181b28
Octal2021401120325361303350
Binary10000010110000010010100110101010111100011100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82604A; }

 p { color: rgb(130,96,74); }

 H1.HeaderClassName
 {
   color: #82604A;
 }
 .AnyTagClassName
 {
   color: #82604A;
 }
</style>
background-color css

<style>
 a { background-color: #82604A; }

 a { background-color: rgb(130,96,74); }

 div.DivClassName
 {
   background-color: #82604A;
 }
 .BgClassName
 {
   background-color: #82604A;
 }
</style>
border-color css

<style>
 span { border-color: #82604A; }

 span { border-color: rgb(130,96,74); }

 td.TdClassName
 {
   border-color: #82604A;
 }
 .TagClassName
 {
   border-color: #82604A;
 }
</style>