#845D5C

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

Shades of Light Wood #845D5C

Tints of Light Wood #845D5C

Color information

#845D5C (or 0x845D5C) is unknown color: approx Light Wood. HEX triplet: 84, 5D and 5C. RGB value is (132,93,92). Sum of RGB (Red+Green+Blue) = 132+93+92=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D5C is #7BA2A3. Grayscale: #686868. Windows color (decimal): -8102564 or 6053252. OLE color: 6053252.

HSL color Cylindrical-coordinate representation of color #845D5C: hue angle of 1.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D5C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1329392-
CMYK00.300.300.48
HSL1.5º17.86%43.92%-
HSV(B)1.5º30.3%51.76%-
XYZ15.3613.5111.92-
YUV104.55120.92147.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=41.64%
G=29.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132939200.300.300.481.517.8643.92
Hex845D5C01E1E302122c
Octal204135134036366022254
Binary1000010010111011011100011110111101100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,93,92); }

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

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

 a { background-color: rgb(132,93,92); }

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

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

 span { border-color: rgb(132,93,92); }

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