#816140

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

Shades of Dark Wood #816140

Tints of Dark Wood #816140

Color information

#816140 (or 0x816140) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 40. RGB value is (129,97,64). Sum of RGB (Red+Green+Blue) = 129+97+64=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #816140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816140 is #7E9EBF. Grayscale: #666666. Windows color (decimal): -8298176 or 4219265. OLE color: 4219265.

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

Color convert

RGB1299764-
CMYK00.250.500.49
HSL30.46º33.68%37.84%-
HSV(B)30.46º50.39%50.59%-
XYZ14.2513.596.72-
YUV102.81106.1146.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=44.48%
G=33.45%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129976400.250.500.4930.4633.6837.84
Hex81614001932311e2226
Octal2011411000316261364246
Binary100000011100001100000001100111001011000111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816140; }

 p { color: rgb(129,97,64); }

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

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

 a { background-color: rgb(129,97,64); }

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

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

 span { border-color: rgb(129,97,64); }

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