#514D49

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

Shades of Mondo #514D49

Tints of Mondo #514D49

Color information

#514D49 (or 0x514D49) is unknown color: approx Mondo. HEX triplet: 51, 4D and 49. RGB value is (81,77,73). Sum of RGB (Red+Green+Blue) = 81+77+73=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #514D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D49 is #AEB2B6. Grayscale: #4D4D4D. Windows color (decimal): -11449015 or 4803921. OLE color: 4803921.

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

Color convert

RGB817773-
CMYK00.050.100.68
HSL30º5.19%30.2%-
HSV(B)30º9.88%31.76%-
XYZ7.257.547.38-
YUV77.74125.33130.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=35.06%
G=33.33%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81777300.050.100.68305.1930.2
Hex514D4905A441e51e
Octal121115111051210436536
Binary1010001100110110010010101101010001001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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