Html Css Color HEX #514D46 Mondo

📋 copy color: '#514D46'

red 81 ◦ green 77 ◦ blue 70

#514D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mondo #514D46

Tints of Mondo #514D46

RGB

 RED value IS 81 (32.03% from 255) = 35.53%

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 70 (27.73% from 255) = 30.7%

R = 35.53%
G = 33.77%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#514D46 (or 0x514D46) is known color: Mondo. HEX triplet: 51, 4D and 46. RGB value is (81,77,70). Sum of RGB (Red+Green+Blue) = 81+77+70=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D46 is #AEB2B9. Grayscale: #4D4D4D. Windows color (decimal): -11449018 or 4607313. OLE color: 4607313.

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

Color convert

RGB 81 77 70 -
CMYK 0 0.05 0.14 0.68
HSL 38.18º 0.07% 0.3% -
HSV(B) 38.18º 0.14% 0.32% -
XYZ 7.15 7.5 6.86 -
YUV 77.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 81 77 70 0 0.05 0.14 0.68 38.18 0.07 0.3
Hex 51 4D 46 0 5 E 44 26 7 1E
Octal 121 115 106 0 5 16 104 46 7 36
Binary 1010001 1001101 1000110 0 101 1110 1000100 100110 111 11110

Color Harmonies of #514D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D46

Black with #514D46

Text Example


Text Example

White with #514D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #514D46;
 }
 .AnyTagClassName
 {
   color: #514D46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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