#82664B

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

Shades of Dark Wood #82664B

Tints of Dark Wood #82664B

Color information

#82664B (or 0x82664B) is unknown color: approx Dark Wood. HEX triplet: 82, 66 and 4B. RGB value is (130,102,75). Sum of RGB (Red+Green+Blue) = 130+102+75=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82664B is #7D99B4. Grayscale: #6B6B6B. Windows color (decimal): -8231349 or 4941442. OLE color: 4941442.

HSL color Cylindrical-coordinate representation of color #82664B: hue angle of 29.45º 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 #82664B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB13010275-
CMYK00.220.420.49
HSL29.45º26.83%40.2%-
HSV(B)29.45º42.31%50.98%-
XYZ15.2314.768.7-
YUV107.29109.78144.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=42.35%
G=33.22%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301027500.220.420.4929.4526.8340.2
Hex82664B0162A311d1b28
Octal2021461130265261353350
Binary10000010110011010010110101101010101100011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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