#514A40

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

Shades of Mondo #514A40

Tints of Mondo #514A40

Color information

#514A40 (or 0x514A40) is unknown color: approx Mondo. HEX triplet: 51, 4A and 40. RGB value is (81,74,64). Sum of RGB (Red+Green+Blue) = 81+74+64=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A40 is #AEB5BF. Grayscale: #4B4B4B. Windows color (decimal): -11449792 or 4213329. OLE color: 4213329.

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

Color convert

RGB817464-
CMYK00.090.210.68
HSL35.29º11.72%28.43%-
HSV(B)35.29º20.99%31.76%-
XYZ6.777.025.85-
YUV74.95121.82132.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=36.99%
G=33.79%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81746400.090.210.6835.2911.7228.43
Hex514A4009154423c1c
Octal12111210001125104431434
Binary10100011001010100000001001101011000100100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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