Html Css Color HEX #504C47 Mondo

📋 copy color: '#504C47'

red 80 ◦ green 76 ◦ blue 71

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

Shades of Mondo #504C47

Tints of Mondo #504C47

RGB

 RED value IS 80 (31.64% from 255) = 35.24%

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

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

R = 35.24%
G = 33.48%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#504C47 (or 0x504C47) is known color: Mondo. HEX triplet: 50, 4C and 47. RGB value is (80,76,71). Sum of RGB (Red+Green+Blue) = 80+76+71=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #504C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C47 is #AFB3B8. Grayscale: #4C4C4C. Windows color (decimal): -11514809 or 4672592. OLE color: 4672592.

HSL color Cylindrical-coordinate representation of color #504C47: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504C47 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 76 71 -
CMYK 0 0.05 0.11 0.69
HSL 33.33º 0.06% 0.3% -
HSV(B) 33.33º 0.11% 0.31% -
XYZ 7.03 7.33 7.01 -
YUV 76.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 80 76 71 0 0.05 0.11 0.69 33.33 0.06 0.3
Hex 50 4C 47 0 5 B 45 21 6 1E
Octal 120 114 107 0 5 13 105 41 6 36
Binary 1010000 1001100 1000111 0 101 1011 1000101 100001 110 11110

Color Harmonies of #504C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C47

Black with #504C47

Text Example


Text Example

White with #504C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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