#845C59

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

Shades of Light Wood #845C59

Tints of Light Wood #845C59

Color information

#845C59 (or 0x845C59) is unknown color: approx Light Wood. HEX triplet: 84, 5C and 59. RGB value is (132,92,89). Sum of RGB (Red+Green+Blue) = 132+92+89=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #845C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C59 is #7BA3A6. Grayscale: #676767. Windows color (decimal): -8102823 or 5856388. OLE color: 5856388.

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

Color convert

RGB1329289-
CMYK00.300.330.48
HSL4.19º19.46%43.33%-
HSV(B)4.19º32.58%51.76%-
XYZ15.1513.2811.22-
YUV103.62119.75148.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=42.17%
G=29.39%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132928900.300.330.484.1919.4643.33
Hex845C5901E21304132b
Octal204134131036416042353
Binary100001001011100101100101111010000111000010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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