#845E48

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

Shades of Dark Wood #845E48

Tints of Dark Wood #845E48

Color information

#845E48 (or 0x845E48) is unknown color: approx Dark Wood. HEX triplet: 84, 5E and 48. RGB value is (132,94,72). Sum of RGB (Red+Green+Blue) = 132+94+72=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #845E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E48 is #7BA1B7. Grayscale: #666666. Windows color (decimal): -8102328 or 4742788. OLE color: 4742788.

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

Color convert

RGB1329472-
CMYK00.290.450.48
HSL22º29.41%40%-
HSV(B)22º45.45%51.76%-
XYZ14.6913.387.94-
YUV102.85110.59148.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=44.30%
G=31.54%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132947200.290.450.482229.4140
Hex845E4801D2D30161d28
Octal2041361100355560263550
Binary10000100101111010010000111011011011100001011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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