#847464

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

Shades of Sand Dune #847464

Tints of Sand Dune #847464

Color information

#847464 (or 0x847464) is unknown color: approx Sand Dune. HEX triplet: 84, 74 and 64. RGB value is (132,116,100). Sum of RGB (Red+Green+Blue) = 132+116+100=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #847464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847464 is #7B8B9B. Grayscale: #777777. Windows color (decimal): -8096668 or 6583428. OLE color: 6583428.

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

Color convert

RGB132116100-
CMYK00.120.240.48
HSL30º13.79%45.49%-
HSV(B)30º24.24%51.76%-
XYZ18.0618.3214.64-
YUV118.96117.3137.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=37.93%
G=33.33%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211610000.120.240.483013.7945.49
Hex8474640C18301ee2d
Octal2041641440143060361655
Binary10000100111010011001000110011000110000111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847464; }

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

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

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

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

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

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

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

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