#816341

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

Shades of Dark Wood #816341

Tints of Dark Wood #816341

Color information

#816341 (or 0x816341) is unknown color: approx Dark Wood. HEX triplet: 81, 63 and 41. RGB value is (129,99,65). Sum of RGB (Red+Green+Blue) = 129+99+65=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #816341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816341 is #7E9CBE. Grayscale: #686868. Windows color (decimal): -8297663 or 4285313. OLE color: 4285313.

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

Color convert

RGB1299965-
CMYK00.230.500.49
HSL31.87º32.99%38.04%-
HSV(B)31.87º49.61%50.59%-
XYZ14.4713.976.94-
YUV104.09105.94145.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=44.03%
G=33.79%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129996500.230.500.4931.8732.9938.04
Hex8163410173231202126
Octal2011431010276261404146
Binary1000000111000111000001010111110010110001100000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816341; }

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

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

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

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

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

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

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

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