#514E49

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

Shades of Dune #514E49

Tints of Dune #514E49

Color information

#514E49 (or 0x514E49) is unknown color: approx Dune. HEX triplet: 51, 4E and 49. RGB value is (81,78,73). Sum of RGB (Red+Green+Blue) = 81+78+73=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E49 is #AEB1B6. Grayscale: #4E4E4E. Windows color (decimal): -11448759 or 4804177. OLE color: 4804177.

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

Color convert

RGB817873-
CMYK00.040.100.68
HSL37.5º5.19%30.2%-
HSV(B)37.5º9.88%31.76%-
XYZ7.327.687.4-
YUV78.33124.99129.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=34.91%
G=33.62%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81787300.040.100.6837.55.1930.2
Hex514E4904A442651e
Octal121116111041210446536
Binary10100011001110100100101001010100010010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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