#514D47

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

Shades of Mondo #514D47

Tints of Mondo #514D47

Color information

#514D47 (or 0x514D47) is unknown color: approx Mondo. HEX triplet: 51, 4D and 47. RGB value is (81,77,71). Sum of RGB (Red+Green+Blue) = 81+77+71=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D47 is #AEB2B8. Grayscale: #4D4D4D. Windows color (decimal): -11449017 or 4672849. OLE color: 4672849.

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

Color convert

RGB817771-
CMYK00.050.120.68
HSL36º6.58%29.8%-
HSV(B)36º12.35%31.76%-
XYZ7.187.517.03-
YUV77.51124.33130.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=35.37%
G=33.62%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81777100.050.120.68366.5829.8
Hex514D4705C442471e
Octal121115107051410444736
Binary10100011001101100011101011100100010010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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