#816241

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

Shades of Dark Wood #816241

Tints of Dark Wood #816241

Color information

#816241 (or 0x816241) is unknown color: approx Dark Wood. HEX triplet: 81, 62 and 41. RGB value is (129,98,65). Sum of RGB (Red+Green+Blue) = 129+98+65=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #816241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816241 is #7E9DBE. Grayscale: #676767. Windows color (decimal): -8297919 or 4285057. OLE color: 4285057.

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

Color convert

RGB1299865-
CMYK00.240.500.49
HSL30.94º32.99%38.04%-
HSV(B)30.94º49.61%50.59%-
XYZ14.3813.786.9-
YUV103.51106.27146.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 98 (38.67% from 255) = 33.56%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=44.18%
G=33.56%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129986500.240.500.4930.9432.9938.04
Hex81624101832311f2126
Octal2011421010306261374146
Binary100000011100010100000101100011001011000111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816241; }

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

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

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

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

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

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

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

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