#846242

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

Shades of Dark Wood #846242

Tints of Dark Wood #846242

Color information

#846242 (or 0x846242) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 42. RGB value is (132,98,66). Sum of RGB (Red+Green+Blue) = 132+98+66=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #846242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846242 is #7B9DBD. Grayscale: #686868. Windows color (decimal): -8101310 or 4350596. OLE color: 4350596.

HSL color Cylindrical-coordinate representation of color #846242: hue angle of 29.09º 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 #846242 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB1329866-
CMYK00.260.50.48
HSL29.09º33.33%38.82%-
HSV(B)29.09º50%51.76%-
XYZ14.8714.037.08-
YUV104.52106.26147.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=44.59%
G=33.11%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132986600.260.50.4829.0933.3338.82
Hex84624201A32301d2127
Octal2041421020326260354147
Binary100001001100010100001001101011001011000011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846242; }

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

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

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

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

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

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

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

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