#524F47

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

Shades of Dune #524F47

Tints of Dune #524F47

Color information

#524F47 (or 0x524F47) is unknown color: approx Dune. HEX triplet: 52, 4F and 47. RGB value is (82,79,71). Sum of RGB (Red+Green+Blue) = 82+79+71=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #524F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F47 is #ADB0B8. Grayscale: #4F4F4F. Windows color (decimal): -11382969 or 4673362. OLE color: 4673362.

HSL color Cylindrical-coordinate representation of color #524F47: hue angle of 43.64º 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 #524F47 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB827971-
CMYK00.040.130.68
HSL43.64º7.19%30%-
HSV(B)43.64º13.41%32.16%-
XYZ7.417.847.08-
YUV78.98123.49130.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=35.34%
G=34.05%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82797100.040.130.6843.647.1930
Hex524F4704D442c71e
Octal122117107041510454736
Binary10100101001111100011101001101100010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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