#806049

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

Shades of Dark Wood #806049

Tints of Dark Wood #806049

Color information

#806049 (or 0x806049) is unknown color: approx Dark Wood. HEX triplet: 80, 60 and 49. RGB value is (128,96,73). Sum of RGB (Red+Green+Blue) = 128+96+73=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #806049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806049 is #7F9FB6. Grayscale: #676767. Windows color (decimal): -8363959 or 4808832. OLE color: 4808832.

HSL color Cylindrical-coordinate representation of color #806049: hue angle of 25.09º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806049 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1289673-
CMYK00.250.430.50
HSL25.09º27.36%39.41%-
HSV(B)25.09º42.97%50.2%-
XYZ14.2913.448.14-
YUV102.95111.1145.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=43.10%
G=32.32%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128967300.250.430.5025.0927.3639.41
Hex8060490192B32191b27
Octal2001401110315362313347
Binary10000000110000010010010110011010111100101100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806049; }

 p { color: rgb(128,96,73); }

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

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

 a { background-color: rgb(128,96,73); }

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

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

 span { border-color: rgb(128,96,73); }

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