#514E47

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

Shades of Dune #514E47

Tints of Dune #514E47

Color information

#514E47 (or 0x514E47) is unknown color: approx Dune. HEX triplet: 51, 4E and 47. RGB value is (81,78,71). Sum of RGB (Red+Green+Blue) = 81+78+71=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #514E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E47 is #AEB1B8. Grayscale: #4E4E4E. Windows color (decimal): -11448761 or 4673105. OLE color: 4673105.

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

Color convert

RGB817871-
CMYK00.040.120.68
HSL42º6.58%29.8%-
HSV(B)42º12.35%31.76%-
XYZ7.267.657.06-
YUV78.1123.99130.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=35.22%
G=33.91%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81787100.040.120.68426.5829.8
Hex514E4704C442a71e
Octal121116107041410452736
Binary10100011001110100011101001100100010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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