#846042

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

Shades of Dark Wood #846042

Tints of Dark Wood #846042

Color information

#846042 (or 0x846042) is unknown color: approx Dark Wood. HEX triplet: 84, 60 and 42. RGB value is (132,96,66). Sum of RGB (Red+Green+Blue) = 132+96+66=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #846042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846042 is #7B9FBD. Grayscale: #676767. Windows color (decimal): -8101822 or 4350084. OLE color: 4350084.

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

Color convert

RGB1329666-
CMYK00.270.50.48
HSL27.27º33.33%38.82%-
HSV(B)27.27º50%51.76%-
XYZ14.6813.667.02-
YUV103.34106.93148.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=44.90%
G=32.65%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132966600.270.50.4827.2733.3338.82
Hex84604201B32301b2127
Octal2041401020336260334147
Binary100001001100000100001001101111001011000011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846042; }

 p { color: rgb(132,96,66); }

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

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

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

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

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

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

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