#846444

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

Shades of Dark Wood #846444

Tints of Dark Wood #846444

Color information

#846444 (or 0x846444) is unknown color: approx Dark Wood. HEX triplet: 84, 64 and 44. RGB value is (132,100,68). Sum of RGB (Red+Green+Blue) = 132+100+68=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #846444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846444 is #7B9BBB. Grayscale: #6A6A6A. Windows color (decimal): -8100796 or 4482180. OLE color: 4482180.

HSL color Cylindrical-coordinate representation of color #846444: hue angle of 30º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846444 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13210068-
CMYK00.240.480.48
HSL30º32%39.22%-
HSV(B)30º48.48%51.76%-
XYZ15.1214.447.46-
YUV105.92106.6146.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=44%
G=33.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321006800.240.480.48303239.22
Hex84644401830301e2027
Octal2041441040306060364047
Binary100001001100100100010001100011000011000011110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846444; }

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

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

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

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

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

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

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

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