#524E44

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

Shades of Dune #524E44

Tints of Dune #524E44

Color information

#524E44 (or 0x524E44) is unknown color: approx Dune. HEX triplet: 52, 4E and 44. RGB value is (82,78,68). Sum of RGB (Red+Green+Blue) = 82+78+68=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #524E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E44 is #ADB1BB. Grayscale: #4E4E4E. Windows color (decimal): -11383228 or 4476498. OLE color: 4476498.

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

Color convert

RGB827868-
CMYK00.050.170.68
HSL42.86º9.33%29.41%-
HSV(B)42.86º17.07%32.16%-
XYZ7.257.666.57-
YUV78.06122.33130.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=35.96%
G=34.21%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82786800.050.170.6842.869.3329.41
Hex524E440511442b91d
Octal1221161040521104531135
Binary1010010100111010001000101100011000100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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