#845D5B

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

Shades of Light Wood #845D5B

Tints of Light Wood #845D5B

Color information

#845D5B (or 0x845D5B) is unknown color: approx Light Wood. HEX triplet: 84, 5D and 5B. RGB value is (132,93,91). Sum of RGB (Red+Green+Blue) = 132+93+91=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D5B is #7BA2A4. Grayscale: #686868. Windows color (decimal): -8102565 or 5987716. OLE color: 5987716.

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

Color convert

RGB1329391-
CMYK00.300.310.48
HSL2.93º18.39%43.73%-
HSV(B)2.93º31.06%51.76%-
XYZ15.3213.4911.69-
YUV104.43120.42147.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=41.77%
G=29.43%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132939100.300.310.482.9318.3943.73
Hex845D5B01E1F303122c
Octal204135133036376032254
Binary1000010010111011011011011110111111100001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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