#474540

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

Shades of Dune #474540

Tints of Dune #474540

Color information

#474540 (or 0x474540) is unknown color: approx Dune. HEX triplet: 47, 45 and 40. RGB value is (71,69,64). Sum of RGB (Red+Green+Blue) = 71+69+64=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #474540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474540 is #B8BABF. Grayscale: #454545. Windows color (decimal): -12106432 or 4212039. OLE color: 4212039.

HSL color Cylindrical-coordinate representation of color #474540: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474540 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB716964-
CMYK00.030.100.72
HSL42.86º5.19%26.47%-
HSV(B)42.86º9.86%27.84%-
XYZ5.655.975.7-
YUV69.03125.16129.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=34.80%
G=33.82%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71696400.030.100.7242.865.1926.47
Hex47454003A482b51a
Octal107105100031211053532
Binary1000111100010110000000111010100100010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474540; }

 p { color: rgb(71,69,64); }

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

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

 a { background-color: rgb(71,69,64); }

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

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

 span { border-color: rgb(71,69,64); }

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