#846047

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

Shades of Dark Wood #846047

Tints of Dark Wood #846047

Color information

#846047 (or 0x846047) is unknown color: approx Dark Wood. HEX triplet: 84, 60 and 47. RGB value is (132,96,71). Sum of RGB (Red+Green+Blue) = 132+96+71=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #846047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846047 is #7B9FB8. Grayscale: #686868. Windows color (decimal): -8101817 or 4677764. OLE color: 4677764.

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

Color convert

RGB1329671-
CMYK00.270.460.48
HSL24.59º30.05%39.8%-
HSV(B)24.59º46.21%51.76%-
XYZ14.8413.737.83-
YUV103.91109.43148.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=44.15%
G=32.11%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132967100.270.460.4824.5930.0539.8
Hex84604701B2E30191e28
Octal2041401070335660313650
Binary10000100110000010001110110111011101100001100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846047; }

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

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

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

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

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

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

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

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