#524F48

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

Shades of Dune #524F48

Tints of Dune #524F48

Color information

#524F48 (or 0x524F48) is unknown color: approx Dune. HEX triplet: 52, 4F and 48. RGB value is (82,79,72). Sum of RGB (Red+Green+Blue) = 82+79+72=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F48 is #ADB0B7. Grayscale: #4F4F4F. Windows color (decimal): -11382968 or 4738898. OLE color: 4738898.

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

Color convert

RGB827972-
CMYK00.040.120.68
HSL42º6.49%30.2%-
HSV(B)42º12.2%32.16%-
XYZ7.457.857.25-
YUV79.1123.99130.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=35.19%
G=33.91%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82797200.040.120.68426.4930.2
Hex524F4804C442a61e
Octal122117110041410452636
Binary10100101001111100100001001100100010010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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