#816041

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

Shades of Dark Wood #816041

Tints of Dark Wood #816041

Color information

#816041 (or 0x816041) is unknown color: approx Dark Wood. HEX triplet: 81, 60 and 41. RGB value is (129,96,65). Sum of RGB (Red+Green+Blue) = 129+96+65=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #816041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816041 is #7E9FBE. Grayscale: #666666. Windows color (decimal): -8298431 or 4284545. OLE color: 4284545.

HSL color Cylindrical-coordinate representation of color #816041: hue angle of 29.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816041 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1299665-
CMYK00.260.500.49
HSL29.06º32.99%38.04%-
HSV(B)29.06º49.61%50.59%-
XYZ14.1913.416.84-
YUV102.33106.93147.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=44.48%
G=33.10%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129966500.260.500.4929.0632.9938.04
Hex81604101A32311d2126
Octal2011401010326261354146
Binary100000011100000100000101101011001011000111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816041; }

 p { color: rgb(129,96,65); }

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

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

 a { background-color: rgb(129,96,65); }

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

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

 span { border-color: rgb(129,96,65); }

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