#82624C

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

Shades of Dark Wood #82624C

Tints of Dark Wood #82624C

Color information

#82624C (or 0x82624C) is unknown color: approx Dark Wood. HEX triplet: 82, 62 and 4C. RGB value is (130,98,76). Sum of RGB (Red+Green+Blue) = 130+98+76=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82624C is #7D9DB3. Grayscale: #696969. Windows color (decimal): -8232372 or 5005954. OLE color: 5005954.

HSL color Cylindrical-coordinate representation of color #82624C: hue angle of 24.44º degrees, saturation: 0.26, 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 #82624C is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1309876-
CMYK00.250.420.49
HSL24.44º26.21%40.39%-
HSV(B)24.44º41.54%50.98%-
XYZ14.88148.76-
YUV105.06111.6145.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 76 (30.08% from 255) = 25%
R=42.76%
G=32.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130987600.250.420.4924.4426.2140.39
Hex82624C0192A31181a28
Octal2021421140315261303250
Binary10000010110001010011000110011010101100011100011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82624C; }

 p { color: rgb(130,98,76); }

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

<style>
 a { background-color: #82624C; }

 a { background-color: rgb(130,98,76); }

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

<style>
 span { border-color: #82624C; }

 span { border-color: rgb(130,98,76); }

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