#514C44

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

Shades of Mondo #514C44

Tints of Mondo #514C44

Color information

#514C44 (or 0x514C44) is unknown color: approx Mondo. HEX triplet: 51, 4C and 44. RGB value is (81,76,68). Sum of RGB (Red+Green+Blue) = 81+76+68=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C44 is #AEB3BB. Grayscale: #4C4C4C. Windows color (decimal): -11449276 or 4475985. OLE color: 4475985.

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

Color convert

RGB817668-
CMYK00.060.160.68
HSL36.92º8.72%29.22%-
HSV(B)36.92º16.05%31.76%-
XYZ7.027.346.51-
YUV76.58123.16131.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=36%
G=33.78%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81766800.060.160.6836.928.7229.22
Hex514C440610442591d
Octal1211141040620104451135
Binary1010001100110010001000110100001000100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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