#82604B

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

Shades of Dark Wood #82604B

Tints of Dark Wood #82604B

Color information

#82604B (or 0x82604B) is unknown color: approx Dark Wood. HEX triplet: 82, 60 and 4B. RGB value is (130,96,75). Sum of RGB (Red+Green+Blue) = 130+96+75=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82604B is #7D9FB4. Grayscale: #676767. Windows color (decimal): -8232885 or 4939906. OLE color: 4939906.

HSL color Cylindrical-coordinate representation of color #82604B: hue angle of 22.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82604B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1309675-
CMYK00.260.420.49
HSL22.91º26.83%40.2%-
HSV(B)22.91º42.31%50.98%-
XYZ14.6613.628.51-
YUV103.77111.76146.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=43.19%
G=31.89%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130967500.260.420.4922.9126.8340.2
Hex82604B01A2A31171b28
Octal2021401130325261273350
Binary10000010110000010010110110101010101100011011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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