#545044

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

Shades of Dune #545044

Tints of Dune #545044

Color information

#545044 (or 0x545044) is unknown color: approx Dune. HEX triplet: 54, 50 and 44. RGB value is (84,80,68). Sum of RGB (Red+Green+Blue) = 84+80+68=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 84 - color contains mainly: red. Hex color #545044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545044 is #ABAFBB. Grayscale: #4F4F4F. Windows color (decimal): -11251644 or 4477012. OLE color: 4477012.

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

Color convert

RGB848068-
CMYK00.050.190.67
HSL45º10.53%29.8%-
HSV(B)45º19.05%32.94%-
XYZ7.578.046.62-
YUV79.83121.33130.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.21%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=36.21%
G=34.48%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84806800.050.190.674510.5329.8
Hex5450440513432db1e
Octal1241201040523103551336
Binary1010100101000010001000101100111000011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545044; }

 p { color: rgb(84,80,68); }

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

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

 a { background-color: rgb(84,80,68); }

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

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

 span { border-color: rgb(84,80,68); }

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