#846049

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

Shades of Dark Wood #846049

Tints of Dark Wood #846049

Color information

#846049 (or 0x846049) is unknown color: approx Dark Wood. HEX triplet: 84, 60 and 49. RGB value is (132,96,73). Sum of RGB (Red+Green+Blue) = 132+96+73=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846049 is #7B9FB6. Grayscale: #686868. Windows color (decimal): -8101815 or 4808836. OLE color: 4808836.

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

Color convert

RGB1329673-
CMYK00.270.450.48
HSL23.39º28.78%40.2%-
HSV(B)23.39º44.7%51.76%-
XYZ14.913.758.17-
YUV104.14110.43147.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 73 (28.91% from 255) = 24.25%
R=43.85%
G=31.89%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132967300.270.450.4823.3928.7840.2
Hex84604901B2D30171d28
Octal2041401110335560273550
Binary10000100110000010010010110111011011100001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846049; }

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

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

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

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

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

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

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

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