#54524C

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

Shades of Dune #54524C

Tints of Dune #54524C

Color information

#54524C (or 0x54524C) is unknown color: approx Dune. HEX triplet: 54, 52 and 4C. RGB value is (84,82,76). Sum of RGB (Red+Green+Blue) = 84+82+76=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 84 - color contains mainly: red. Hex color #54524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54524C is #ABADB3. Grayscale: #515151. Windows color (decimal): -11251124 or 5001812. OLE color: 5001812.

HSL color Cylindrical-coordinate representation of color #54524C: hue angle of 45º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #54524C is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB848276-
CMYK00.020.100.67
HSL45º5%31.37%-
HSV(B)45º9.52%32.94%-
XYZ7.988.448.05-
YUV81.91124.66129.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=34.71%
G=33.88%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84827600.020.100.6745531.37
Hex54524C02A432d51f
Octal124122114021210355537
Binary1010100101001010011000101010100001110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54524C; }

 p { color: rgb(84,82,76); }

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

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

 a { background-color: rgb(84,82,76); }

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

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

 span { border-color: rgb(84,82,76); }

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