#54514A

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

Shades of Dune #54514A

Tints of Dune #54514A

Color information

#54514A (or 0x54514A) is unknown color: approx Dune. HEX triplet: 54, 51 and 4A. RGB value is (84,81,74). Sum of RGB (Red+Green+Blue) = 84+81+74=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #54514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54514A is #ABAEB5. Grayscale: #515151. Windows color (decimal): -11251382 or 4870484. OLE color: 4870484.

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

Color convert

RGB848174-
CMYK00.040.120.67
HSL42º6.33%30.98%-
HSV(B)42º11.9%32.94%-
XYZ7.838.267.66-
YUV81.1123.99130.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=35.15%
G=33.89%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84817400.040.120.67426.3330.98
Hex54514A04C432a61f
Octal124121112041410352637
Binary10101001010001100101001001100100001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54514A; }

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

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

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

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

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

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

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

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