#846449

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

Shades of Dark Wood #846449

Tints of Dark Wood #846449

Color information

#846449 (or 0x846449) is unknown color: approx Dark Wood. HEX triplet: 84, 64 and 49. RGB value is (132,100,73). Sum of RGB (Red+Green+Blue) = 132+100+73=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #846449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846449 is #7B9BB6. Grayscale: #6A6A6A. Windows color (decimal): -8100791 or 4809860. OLE color: 4809860.

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

Color convert

RGB13210073-
CMYK00.240.450.48
HSL27.46º28.78%40.2%-
HSV(B)27.46º44.7%51.76%-
XYZ15.2814.58.3-
YUV106.49109.1146.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=43.28%
G=32.79%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321007300.240.450.4827.4628.7840.2
Hex8464490182D301b1d28
Octal2041441110305560333550
Binary10000100110010010010010110001011011100001101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846449; }

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

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

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

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

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

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

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

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