#514E45

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

Shades of Dune #514E45

Tints of Dune #514E45

Color information

#514E45 (or 0x514E45) is unknown color: approx Dune. HEX triplet: 51, 4E and 45. RGB value is (81,78,69). Sum of RGB (Red+Green+Blue) = 81+78+69=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E45 is #AEB1BA. Grayscale: #4D4D4D. Windows color (decimal): -11448763 or 4542033. OLE color: 4542033.

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

Color convert

RGB817869-
CMYK00.040.150.68
HSL45º8%29.41%-
HSV(B)45º14.81%31.76%-
XYZ7.197.636.72-
YUV77.87122.99130.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=35.53%
G=34.21%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81786900.040.150.6845829.41
Hex514E4504F442d81d
Octal1211161050417104551035
Binary101000110011101000101010011111000100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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