#816141

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

Shades of Dark Wood #816141

Tints of Dark Wood #816141

Color information

#816141 (or 0x816141) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 41. RGB value is (129,97,65). Sum of RGB (Red+Green+Blue) = 129+97+65=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #816141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816141 is #7E9EBE. Grayscale: #676767. Windows color (decimal): -8298175 or 4284801. OLE color: 4284801.

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

Color convert

RGB1299765-
CMYK00.250.500.49
HSL30º32.99%38.04%-
HSV(B)30º49.61%50.59%-
XYZ14.2813.66.87-
YUV102.92106.6146.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=44.33%
G=33.33%
B=22.34%

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
Decimal129976500.250.500.493032.9938.04
Hex81614101932311e2126
Octal2011411010316261364146
Binary100000011100001100000101100111001011000111110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816141; }

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

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

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

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

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

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

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

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