#846442

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

Shades of Dark Wood #846442

Tints of Dark Wood #846442

Color information

#846442 (or 0x846442) is unknown color: approx Dark Wood. HEX triplet: 84, 64 and 42. RGB value is (132,100,66). Sum of RGB (Red+Green+Blue) = 132+100+66=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #846442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846442 is #7B9BBD. Grayscale: #696969. Windows color (decimal): -8100798 or 4351108. OLE color: 4351108.

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

Color convert

RGB13210066-
CMYK00.240.50.48
HSL30.91º33.33%38.82%-
HSV(B)30.91º50%51.76%-
XYZ15.0614.417.14-
YUV105.69105.6146.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=44.30%
G=33.56%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321006600.240.50.4830.9133.3338.82
Hex84644201832301f2127
Octal2041441020306260374147
Binary100001001100100100001001100011001011000011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846442; }

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

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

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

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

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

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

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

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