#53524E

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

Shades of Dune #53524E

Tints of Dune #53524E

Color information

#53524E (or 0x53524E) is unknown color: approx Dune. HEX triplet: 53, 52 and 4E. RGB value is (83,82,78). Sum of RGB (Red+Green+Blue) = 83+82+78=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 83 - color contains mainly: red. Hex color #53524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53524E is #ACADB1. Grayscale: #515151. Windows color (decimal): -11316658 or 5132883. OLE color: 5132883.

HSL color Cylindrical-coordinate representation of color #53524E: hue angle of 48º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #53524E is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB838278-
CMYK00.010.060.67
HSL48º3.11%31.57%-
HSV(B)48º6.02%32.55%-
XYZ7.968.428.41-
YUV81.84125.83128.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=34.16%
G=33.74%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83827800.010.060.67483.1131.57
Hex53524E0164330320
Octal12312211601610360340
Binary10100111010010100111001110100001111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53524E; }

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

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

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

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

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

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

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

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