#524D41

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

Shades of Dune #524D41

Tints of Dune #524D41

Color information

#524D41 (or 0x524D41) is unknown color: approx Dune. HEX triplet: 52, 4D and 41. RGB value is (82,77,65). Sum of RGB (Red+Green+Blue) = 82+77+65=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D41 is #ADB2BE. Grayscale: #4D4D4D. Windows color (decimal): -11383487 or 4279634. OLE color: 4279634.

HSL color Cylindrical-coordinate representation of color #524D41: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524D41 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB827765-
CMYK00.060.210.68
HSL42.35º11.56%28.82%-
HSV(B)42.35º20.73%32.16%-
XYZ7.097.486.07-
YUV77.13121.16131.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.61%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=36.61%
G=34.38%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82776500.060.210.6842.3511.5628.82
Hex524D410615442ac1d
Octal1221151010625104521435
Binary1010010100110110000010110101011000100101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,65); }

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

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

 a { background-color: rgb(82,77,65); }

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

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

 span { border-color: rgb(82,77,65); }

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