#846849

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

Shades of Shadow #846849

Tints of Shadow #846849

Color information

#846849 (or 0x846849) is unknown color: approx Shadow. HEX triplet: 84, 68 and 49. RGB value is (132,104,73). Sum of RGB (Red+Green+Blue) = 132+104+73=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #846849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846849 is #7B97B6. Grayscale: #6C6C6C. Windows color (decimal): -8099767 or 4810884. OLE color: 4810884.

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

Color convert

RGB13210473-
CMYK00.210.450.48
HSL31.53º28.78%40.2%-
HSV(B)31.53º44.7%51.76%-
XYZ15.6715.298.43-
YUV108.84107.78144.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=42.72%
G=33.66%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321047300.210.450.4831.5328.7840.2
Hex8468490152D30201d28
Octal2041501110255560403550
Binary100001001101000100100101010110110111000010000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846849; }

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

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

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

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

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

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

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

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