#845E44

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

Shades of Dark Wood #845E44

Tints of Dark Wood #845E44

Color information

#845E44 (or 0x845E44) is unknown color: approx Dark Wood. HEX triplet: 84, 5E and 44. RGB value is (132,94,68). Sum of RGB (Red+Green+Blue) = 132+94+68=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E44 is #7BA1BB. Grayscale: #666666. Windows color (decimal): -8102332 or 4480644. OLE color: 4480644.

HSL color Cylindrical-coordinate representation of color #845E44: hue angle of 24.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845E44 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1329468-
CMYK00.290.480.48
HSL24.38º32%39.22%-
HSV(B)24.38º48.48%51.76%-
XYZ14.5613.337.27-
YUV102.4108.59149.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=44.90%
G=31.97%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132946800.290.480.4824.383239.22
Hex845E4401D3030182027
Octal2041361040356060304047
Binary100001001011110100010001110111000011000011000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845E44; }

 p { color: rgb(132,94,68); }

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

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

 a { background-color: rgb(132,94,68); }

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

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

 span { border-color: rgb(132,94,68); }

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