#514E48

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

Shades of Dune #514E48

Tints of Dune #514E48

Color information

#514E48 (or 0x514E48) is unknown color: approx Dune. HEX triplet: 51, 4E and 48. RGB value is (81,78,72). Sum of RGB (Red+Green+Blue) = 81+78+72=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #514E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E48 is #AEB1B7. Grayscale: #4E4E4E. Windows color (decimal): -11448760 or 4738641. OLE color: 4738641.

HSL color Cylindrical-coordinate representation of color #514E48: hue angle of 40º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #514E48 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB817872-
CMYK00.040.110.68
HSL40º5.88%30%-
HSV(B)40º11.11%31.76%-
XYZ7.297.677.23-
YUV78.21124.49129.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=35.06%
G=33.77%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81787200.040.110.68405.8830
Hex514E4804B442861e
Octal121116110041310450636
Binary10100011001110100100001001011100010010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E48; }

 p { color: rgb(81,78,72); }

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

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

 a { background-color: rgb(81,78,72); }

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

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

 span { border-color: rgb(81,78,72); }

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