#845D45

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

Shades of Dark Wood #845D45

Tints of Dark Wood #845D45

Color information

#845D45 (or 0x845D45) is unknown color: approx Dark Wood. HEX triplet: 84, 5D and 45. RGB value is (132,93,69). Sum of RGB (Red+Green+Blue) = 132+93+69=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D45 is #7BA2BA. Grayscale: #666666. Windows color (decimal): -8102587 or 4545924. OLE color: 4545924.

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

Color convert

RGB1329369-
CMYK00.300.480.48
HSL22.86º31.34%39.41%-
HSV(B)22.86º47.73%51.76%-
XYZ14.513.167.41-
YUV101.92109.42149.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=44.90%
G=31.63%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132936900.300.480.4822.8631.3439.41
Hex845D4501E3030171f27
Octal2041351050366060273747
Binary10000100101110110001010111101100001100001011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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