#514A3F

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

Shades of Mondo #514A3F

Tints of Mondo #514A3F

Color information

#514A3F (or 0x514A3F) is unknown color: approx Mondo. HEX triplet: 51, 4A and 3F. RGB value is (81,74,63). Sum of RGB (Red+Green+Blue) = 81+74+63=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A3F is #AEB5C0. Grayscale: #4A4A4A. Windows color (decimal): -11449793 or 4147793. OLE color: 4147793.

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

Color convert

RGB817463-
CMYK00.090.220.68
HSL36.67º12.5%28.24%-
HSV(B)36.67º22.22%31.76%-
XYZ6.747.015.7-
YUV74.84121.32132.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 63 (25% from 255) = 28.90%
R=37.16%
G=33.94%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81746300.090.220.6836.6712.528.24
Hex514A3F09164425d1c
Octal1211127701126104451534
Binary1010001100101011111101001101101000100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,74,63); }

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

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

 a { background-color: rgb(81,74,63); }

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

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

 span { border-color: rgb(81,74,63); }

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