#845C46

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

Shades of Dark Wood #845C46

Tints of Dark Wood #845C46

Color information

#845C46 (or 0x845C46) is unknown color: approx Dark Wood. HEX triplet: 84, 5C and 46. RGB value is (132,92,70). Sum of RGB (Red+Green+Blue) = 132+92+70=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C46 is #7BA3B9. Grayscale: #656565. Windows color (decimal): -8102842 or 4611204. OLE color: 4611204.

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

Color convert

RGB1329270-
CMYK00.300.470.48
HSL21.29º30.69%39.61%-
HSV(B)21.29º46.97%51.76%-
XYZ14.45137.54-
YUV101.45110.25149.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=44.90%
G=31.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132927000.300.470.4821.2930.6939.61
Hex845C4601E2F30151f28
Octal2041341060365760253750
Binary10000100101110010001100111101011111100001010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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