#816541

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

Shades of Dark Wood #816541

Tints of Dark Wood #816541

Color information

#816541 (or 0x816541) is unknown color: approx Dark Wood. HEX triplet: 81, 65 and 41. RGB value is (129,101,65). Sum of RGB (Red+Green+Blue) = 129+101+65=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #816541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816541 is #7E9ABE. Grayscale: #696969. Windows color (decimal): -8297151 or 4285825. OLE color: 4285825.

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

Color convert

RGB12910165-
CMYK00.220.500.49
HSL33.75º32.99%38.04%-
HSV(B)33.75º49.61%50.59%-
XYZ14.6614.367-
YUV105.27105.28144.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=43.73%
G=34.24%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291016500.220.500.4933.7532.9938.04
Hex8165410163231222126
Octal2011451010266261424146
Binary1000000111001011000001010110110010110001100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816541; }

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

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

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

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

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

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

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

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