#80644B

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

Shades of Dark Wood #80644B

Tints of Dark Wood #80644B

Color information

#80644B (or 0x80644B) is unknown color: approx Dark Wood. HEX triplet: 80, 64 and 4B. RGB value is (128,100,75). Sum of RGB (Red+Green+Blue) = 128+100+75=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80644B is #7F9BB4. Grayscale: #696969. Windows color (decimal): -8362933 or 4940928. OLE color: 4940928.

HSL color Cylindrical-coordinate representation of color #80644B: hue angle of 28.3º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80644B is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB12810075-
CMYK00.220.410.50
HSL28.3º26.11%39.8%-
HSV(B)28.3º41.41%50.2%-
XYZ14.7314.218.62-
YUV105.52110.78144.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.24%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=42.24%
G=33.00%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281007500.220.410.5028.326.1139.8
Hex80644B01629321c1a28
Octal2001441130265162343250
Binary10000000110010010010110101101010011100101110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,100,75); }

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

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

 a { background-color: rgb(128,100,75); }

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

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

 span { border-color: rgb(128,100,75); }

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