#816145

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

Shades of Dark Wood #816145

Tints of Dark Wood #816145

Color information

#816145 (or 0x816145) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 45. RGB value is (129,97,69). Sum of RGB (Red+Green+Blue) = 129+97+69=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #816145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816145 is #7E9EBA. Grayscale: #676767. Windows color (decimal): -8298171 or 4546945. OLE color: 4546945.

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

Color convert

RGB1299769-
CMYK00.250.470.49
HSL28º30.3%38.82%-
HSV(B)28º46.51%50.59%-
XYZ14.413.657.51-
YUV103.38108.6146.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=43.73%
G=32.88%
B=23.39%

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
Decimal129976900.250.470.492830.338.82
Hex8161450192F311c1e27
Octal2011411050315761343647
Binary10000001110000110001010110011011111100011110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816145; }

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

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

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

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

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

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

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

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