#514C45

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

Shades of Mondo #514C45

Tints of Mondo #514C45

Color information

#514C45 (or 0x514C45) is unknown color: approx Mondo. HEX triplet: 51, 4C and 45. RGB value is (81,76,69). Sum of RGB (Red+Green+Blue) = 81+76+69=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C45 is #AEB3BA. Grayscale: #4C4C4C. Windows color (decimal): -11449275 or 4541521. OLE color: 4541521.

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

Color convert

RGB817669-
CMYK00.060.150.68
HSL35º8%29.41%-
HSV(B)35º14.81%31.76%-
XYZ7.057.356.68-
YUV76.7123.66131.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=35.84%
G=33.63%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81766900.060.150.6835829.41
Hex514C4506F442381d
Octal1211141050617104431035
Binary101000110011001000101011011111000100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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