#524E47

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

Shades of Dune #524E47

Tints of Dune #524E47

Color information

#524E47 (or 0x524E47) is unknown color: approx Dune. HEX triplet: 52, 4E and 47. RGB value is (82,78,71). Sum of RGB (Red+Green+Blue) = 82+78+71=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 82 - color contains mainly: red. Hex color #524E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E47 is #ADB1B8. Grayscale: #4E4E4E. Windows color (decimal): -11383225 or 4673106. OLE color: 4673106.

HSL color Cylindrical-coordinate representation of color #524E47: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #524E47 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB827871-
CMYK00.050.130.68
HSL38.18º7.19%30%-
HSV(B)38.18º13.41%32.16%-
XYZ7.347.77.06-
YUV78.4123.83130.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=35.50%
G=33.77%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82787100.050.130.6838.187.1930
Hex524E4705D442671e
Octal122116107051510446736
Binary10100101001110100011101011101100010010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E47; }

 p { color: rgb(82,78,71); }

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

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

 a { background-color: rgb(82,78,71); }

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

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

 span { border-color: rgb(82,78,71); }

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