#514C46

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

Shades of Mondo #514C46

Tints of Mondo #514C46

Color information

#514C46 (or 0x514C46) is unknown color: approx Mondo. HEX triplet: 51, 4C and 46. RGB value is (81,76,70). Sum of RGB (Red+Green+Blue) = 81+76+70=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C46 is #AEB3B9. Grayscale: #4C4C4C. Windows color (decimal): -11449274 or 4607057. OLE color: 4607057.

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

Color convert

RGB817670-
CMYK00.060.140.68
HSL32.73º7.28%29.61%-
HSV(B)32.73º13.58%31.76%-
XYZ7.087.366.84-
YUV76.81124.16130.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=35.68%
G=33.48%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81767000.060.140.6832.737.2829.61
Hex514C4606E442171e
Octal121114106061610441736
Binary10100011001100100011001101110100010010000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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