#816144

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

Shades of Dark Wood #816144

Tints of Dark Wood #816144

Color information

#816144 (or 0x816144) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 44. RGB value is (129,97,68). Sum of RGB (Red+Green+Blue) = 129+97+68=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #816144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816144 is #7E9EBB. Grayscale: #676767. Windows color (decimal): -8298172 or 4481409. OLE color: 4481409.

HSL color Cylindrical-coordinate representation of color #816144: hue angle of 28.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #816144 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1299768-
CMYK00.250.470.49
HSL28.52º30.96%38.63%-
HSV(B)28.52º47.29%50.59%-
XYZ14.3713.637.34-
YUV103.26108.1146.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=43.88%
G=32.99%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129976800.250.470.4928.5230.9638.63
Hex8161440192F311d1f27
Octal2011411040315761353747
Binary10000001110000110001000110011011111100011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816144; }

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

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

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

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

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

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

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

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