#514D44

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

Shades of Dune #514D44

Tints of Dune #514D44

Color information

#514D44 (or 0x514D44) is unknown color: approx Dune. HEX triplet: 51, 4D and 44. RGB value is (81,77,68). Sum of RGB (Red+Green+Blue) = 81+77+68=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D44 is #AEB2BB. Grayscale: #4D4D4D. Windows color (decimal): -11449020 or 4476241. OLE color: 4476241.

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

Color convert

RGB817768-
CMYK00.050.160.68
HSL41.54º8.72%29.22%-
HSV(B)41.54º16.05%31.76%-
XYZ7.097.476.54-
YUV77.17122.83130.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=35.84%
G=34.07%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81776800.050.160.6841.548.7229.22
Hex514D440510442a91d
Octal1211151040520104521135
Binary1010001100110110001000101100001000100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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