#514D42

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

Shades of Dune #514D42

Tints of Dune #514D42

Color information

#514D42 (or 0x514D42) is unknown color: approx Dune. HEX triplet: 51, 4D and 42. RGB value is (81,77,66). Sum of RGB (Red+Green+Blue) = 81+77+66=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D42 is #AEB2BD. Grayscale: #4C4C4C. Windows color (decimal): -11449022 or 4345169. OLE color: 4345169.

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

Color convert

RGB817766-
CMYK00.050.190.68
HSL44º10.2%28.82%-
HSV(B)44º18.52%31.76%-
XYZ7.037.456.22-
YUV76.94121.83130.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=36.16%
G=34.38%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81776600.050.190.684410.228.82
Hex514D420513442ca1d
Octal1211151020523104541235
Binary1010001100110110000100101100111000100101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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