#545047

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

Shades of Dune #545047

Tints of Dune #545047

Color information

#545047 (or 0x545047) is unknown color: approx Dune. HEX triplet: 54, 50 and 47. RGB value is (84,80,71). Sum of RGB (Red+Green+Blue) = 84+80+71=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #545047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545047 is #ABAFB8. Grayscale: #505050. Windows color (decimal): -11251641 or 4673620. OLE color: 4673620.

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

Color convert

RGB848071-
CMYK00.050.150.67
HSL41.54º8.39%30.39%-
HSV(B)41.54º15.48%32.94%-
XYZ7.668.087.12-
YUV80.17122.83130.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=35.74%
G=34.04%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84807100.050.150.6741.548.3930.39
Hex54504705F432a81e
Octal1241201070517103521036
Binary101010010100001000111010111111000011101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545047; }

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

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

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

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

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

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

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

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