#514D45

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

Shades of Dune #514D45

Tints of Dune #514D45

Color information

#514D45 (or 0x514D45) is unknown color: approx Dune. HEX triplet: 51, 4D and 45. RGB value is (81,77,69). Sum of RGB (Red+Green+Blue) = 81+77+69=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D45 is #AEB2BA. Grayscale: #4D4D4D. Windows color (decimal): -11449019 or 4541777. OLE color: 4541777.

HSL color Cylindrical-coordinate representation of color #514D45: hue angle of 40º 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 #514D45 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB817769-
CMYK00.050.150.68
HSL40º8%29.41%-
HSV(B)40º14.81%31.76%-
XYZ7.127.496.7-
YUV77.28123.33130.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=35.68%
G=33.92%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81776900.050.150.6840829.41
Hex514D4505F442881d
Octal1211151050517104501035
Binary101000110011011000101010111111000100101000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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