#845F46

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

Shades of Dark Wood #845F46

Tints of Dark Wood #845F46

Color information

#845F46 (or 0x845F46) is unknown color: approx Dark Wood. HEX triplet: 84, 5F and 46. RGB value is (132,95,70). Sum of RGB (Red+Green+Blue) = 132+95+70=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #845F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F46 is #7BA0B9. Grayscale: #676767. Windows color (decimal): -8102074 or 4611972. OLE color: 4611972.

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

Color convert

RGB1329570-
CMYK00.280.470.48
HSL24.19º30.69%39.61%-
HSV(B)24.19º46.97%51.76%-
XYZ14.7113.537.63-
YUV103.21109.26148.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=44.44%
G=31.99%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132957000.280.470.4824.1930.6939.61
Hex845F4601C2F30181f28
Octal2041371060345760303750
Binary10000100101111110001100111001011111100001100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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