#514C42

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

Shades of Mondo #514C42

Tints of Mondo #514C42

Color information

#514C42 (or 0x514C42) is unknown color: approx Mondo. HEX triplet: 51, 4C and 42. RGB value is (81,76,66). Sum of RGB (Red+Green+Blue) = 81+76+66=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C42 is #AEB3BD. Grayscale: #4C4C4C. Windows color (decimal): -11449278 or 4344913. OLE color: 4344913.

HSL color Cylindrical-coordinate representation of color #514C42: hue angle of 40º 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 #514C42 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB817666-
CMYK00.060.190.68
HSL40º10.2%28.82%-
HSV(B)40º18.52%31.76%-
XYZ6.967.316.2-
YUV76.35122.16131.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=36.32%
G=34.08%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81766600.060.190.684010.228.82
Hex514C4206134428a1d
Octal1211141020623104501235
Binary1010001100110010000100110100111000100101000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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