#575244

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

Shades of Dune #575244

Tints of Dune #575244

Color information

#575244 (or 0x575244) is unknown color: approx Dune. HEX triplet: 57, 52 and 44. RGB value is (87,82,68). Sum of RGB (Red+Green+Blue) = 87+82+68=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #575244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575244 is #A8ADBB. Grayscale: #515151. Windows color (decimal): -11054524 or 4477527. OLE color: 4477527.

HSL color Cylindrical-coordinate representation of color #575244: hue angle of 44.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575244 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB878268-
CMYK00.060.220.66
HSL44.21º12.26%30.39%-
HSV(B)44.21º21.84%34.12%-
XYZ7.998.486.68-
YUV81.9120.16131.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=36.71%
G=34.60%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87826800.060.220.6644.2112.2630.39
Hex5752440616422cc1e
Octal1271221040626102541436
Binary1010111101001010001000110101101000010101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575244; }

 p { color: rgb(87,82,68); }

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

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

 a { background-color: rgb(87,82,68); }

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

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

 span { border-color: rgb(87,82,68); }

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