Html Css Color HEX #514C47 Mondo

📋 copy color: '#514C47'

red 81 ◦ green 76 ◦ blue 71

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

Shades of Mondo #514C47

Tints of Mondo #514C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 31.14%

R = 35.53%
G = 33.33%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#514C47 (or 0x514C47) is known color: Mondo. HEX triplet: 51, 4C and 47. RGB value is (81,76,71). Sum of RGB (Red+Green+Blue) = 81+76+71=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C47 is #AEB3B8. Grayscale: #4C4C4C. Windows color (decimal): -11449273 or 4672593. OLE color: 4672593.

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

Color convert

RGB 81 76 71 -
CMYK 0 0.06 0.12 0.68
HSL 30º 0.07% 0.3% -
HSV(B) 30º 0.12% 0.32% -
XYZ 7.12 7.37 7.01 -
YUV 76.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 81 76 71 0 0.06 0.12 0.68 30 0.07 0.3
Hex 51 4C 47 0 6 C 44 1E 7 1E
Octal 121 114 107 0 6 14 104 36 7 36
Binary 1010001 1001100 1000111 0 110 1100 1000100 11110 111 11110

Color Harmonies of #514C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C47

Black with #514C47

Text Example


Text Example

White with #514C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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