#514A42

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

Shades of Mondo #514A42

Tints of Mondo #514A42

Color information

#514A42 (or 0x514A42) is unknown color: approx Mondo. HEX triplet: 51, 4A and 42. RGB value is (81,74,66). Sum of RGB (Red+Green+Blue) = 81+74+66=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A42 is #AEB5BD. Grayscale: #4B4B4B. Windows color (decimal): -11449790 or 4344401. OLE color: 4344401.

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

Color convert

RGB817466-
CMYK00.090.190.68
HSL32º10.2%28.82%-
HSV(B)32º18.52%31.76%-
XYZ6.837.046.15-
YUV75.18122.82132.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=36.65%
G=33.48%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81746600.090.190.683210.228.82
Hex514A4209134420a1d
Octal12111210201123104401235
Binary10100011001010100001001001100111000100100000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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