#545149

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

Shades of Dune #545149

Tints of Dune #545149

Color information

#545149 (or 0x545149) is unknown color: approx Dune. HEX triplet: 54, 51 and 49. RGB value is (84,81,73). Sum of RGB (Red+Green+Blue) = 84+81+73=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #545149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545149 is #ABAEB6. Grayscale: #515151. Windows color (decimal): -11251383 or 4804948. OLE color: 4804948.

HSL color Cylindrical-coordinate representation of color #545149: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545149 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB848173-
CMYK00.040.130.67
HSL43.64º7.01%30.78%-
HSV(B)43.64º13.1%32.94%-
XYZ7.88.257.48-
YUV80.98123.49130.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=35.29%
G=34.03%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84817300.040.130.6743.647.0130.78
Hex54514904D432c71f
Octal124121111041510354737
Binary10101001010001100100101001101100001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545149; }

 p { color: rgb(84,81,73); }

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

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

 a { background-color: rgb(84,81,73); }

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

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

 span { border-color: rgb(84,81,73); }

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