#525049

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

Shades of Dune #525049

Tints of Dune #525049

Color information

#525049 (or 0x525049) is unknown color: approx Dune. HEX triplet: 52, 50 and 49. RGB value is (82,80,73). Sum of RGB (Red+Green+Blue) = 82+80+73=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 82 - color contains mainly: red. Hex color #525049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525049 is #ADAFB6. Grayscale: #4F4F4F. Windows color (decimal): -11382711 or 4804690. OLE color: 4804690.

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

Color convert

RGB828073-
CMYK00.020.110.68
HSL46.67º5.81%30.39%-
HSV(B)46.67º10.98%32.16%-
XYZ7.558.017.45-
YUV79.8124.16129.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=34.89%
G=34.04%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82807300.020.110.6846.675.8130.39
Hex52504902B442f61e
Octal122120111021310457636
Binary1010010101000010010010101011100010010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525049; }

 p { color: rgb(82,80,73); }

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

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

 a { background-color: rgb(82,80,73); }

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

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

 span { border-color: rgb(82,80,73); }

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