#845C5C

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

Shades of Light Wood #845C5C

Tints of Light Wood #845C5C

Color information

#845C5C (or 0x845C5C) is unknown color: approx Light Wood. HEX triplet: 84, 5C and 5C. RGB value is (132,92,92). Sum of RGB (Red+Green+Blue) = 132+92+92=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C5C is #7BA3A3. Grayscale: #686868. Windows color (decimal): -8102820 or 6052996. OLE color: 6052996.

HSL color Cylindrical-coordinate representation of color #845C5C: hue angle of 0º 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 #845C5C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB1329292-
CMYK00.300.300.48
HSL17.86%43.92%-
HSV(B)30.3%51.76%-
XYZ15.2713.3311.89-
YUV103.96121.25148-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=41.77%
G=29.11%
B=29.11%

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
Decimal132929200.300.300.48017.8643.92
Hex845C5C01E1E300122c
Octal204134134036366002254
Binary100001001011100101110001111011110110000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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