#846749

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

Shades of Dark Wood #846749

Tints of Dark Wood #846749

Color information

#846749 (or 0x846749) is unknown color: approx Dark Wood. HEX triplet: 84, 67 and 49. RGB value is (132,103,73). Sum of RGB (Red+Green+Blue) = 132+103+73=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #846749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846749 is #7B98B6. Grayscale: #6C6C6C. Windows color (decimal): -8100023 or 4810628. OLE color: 4810628.

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

Color convert

RGB13210373-
CMYK00.220.450.48
HSL30.51º28.78%40.2%-
HSV(B)30.51º44.7%51.76%-
XYZ15.5715.098.39-
YUV108.25108.11144.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=42.86%
G=33.44%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321037300.220.450.4830.5128.7840.2
Hex8467490162D301f1d28
Octal2041471110265560373550
Binary10000100110011110010010101101011011100001111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846749; }

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

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

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

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

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

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

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

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