#847460

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

Shades of Sand Dune #847460

Tints of Sand Dune #847460

Color information

#847460 (or 0x847460) is unknown color: approx Sand Dune. HEX triplet: 84, 74 and 60. RGB value is (132,116,96). Sum of RGB (Red+Green+Blue) = 132+116+96=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #847460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847460 is #7B8B9F. Grayscale: #767676. Windows color (decimal): -8096672 or 6321284. OLE color: 6321284.

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

Color convert

RGB13211696-
CMYK00.120.270.48
HSL33.33º15.79%44.71%-
HSV(B)33.33º27.27%51.76%-
XYZ17.8718.2413.65-
YUV118.5115.3137.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=38.37%
G=33.72%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321169600.120.270.4833.3315.7944.71
Hex8474600C1B3021102d
Octal2041641400143360412055
Binary1000010011101001100000011001101111000010000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847460; }

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

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

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

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

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

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

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

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