#846342

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

Shades of Dark Wood #846342

Tints of Dark Wood #846342

Color information

#846342 (or 0x846342) is unknown color: approx Dark Wood. HEX triplet: 84, 63 and 42. RGB value is (132,99,66). Sum of RGB (Red+Green+Blue) = 132+99+66=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #846342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846342 is #7B9CBD. Grayscale: #696969. Windows color (decimal): -8101054 or 4350852. OLE color: 4350852.

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

Color convert

RGB1329966-
CMYK00.250.50.48
HSL30º33.33%38.82%-
HSV(B)30º50%51.76%-
XYZ14.9614.227.11-
YUV105.1105.93147.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 99 (39.06% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132996600.250.50.483033.3338.82
Hex84634201932301e2127
Octal2041431020316260364147
Binary100001001100011100001001100111001011000011110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846342; }

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

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

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

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

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

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

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

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