#514A41

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

Shades of Mondo #514A41

Tints of Mondo #514A41

Color information

#514A41 (or 0x514A41) is unknown color: approx Mondo. HEX triplet: 51, 4A and 41. RGB value is (81,74,65). Sum of RGB (Red+Green+Blue) = 81+74+65=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A41 is #AEB5BE. Grayscale: #4B4B4B. Windows color (decimal): -11449791 or 4278865. OLE color: 4278865.

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

Color convert

RGB817465-
CMYK00.090.200.68
HSL33.75º10.96%28.63%-
HSV(B)33.75º19.75%31.76%-
XYZ6.87.036-
YUV75.07122.32132.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=36.82%
G=33.64%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81746500.090.200.6833.7510.9628.63
Hex514A4109144422b1d
Octal12111210101124104421335
Binary10100011001010100000101001101001000100100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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