Html Css Color HEX #504C46 Mondo

📋 copy color: '#504C46'

red 80 ◦ green 76 ◦ blue 70

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

Shades of Mondo #504C46

Tints of Mondo #504C46

RGB

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

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

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

R = 35.4%
G = 33.63%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#504C46 (or 0x504C46) is known color: Mondo. HEX triplet: 50, 4C and 46. RGB value is (80,76,70). Sum of RGB (Red+Green+Blue) = 80+76+70=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 80 - color contains mainly: red. Hex color #504C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C46 is #AFB3B9. Grayscale: #4C4C4C. Windows color (decimal): -11514810 or 4607056. OLE color: 4607056.

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

Color convert

RGB 80 76 70 -
CMYK 0 0.05 0.12 0.69
HSL 36º 0.07% 0.29% -
HSV(B) 36º 0.13% 0.31% -
XYZ 7 7.32 6.84 -
YUV 76.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 80 76 70 0 0.05 0.12 0.69 36 0.07 0.29
Hex 50 4C 46 0 5 C 45 24 7 1D
Octal 120 114 106 0 5 14 105 44 7 35
Binary 1010000 1001100 1000110 0 101 1100 1000101 100100 111 11101

Color Harmonies of #504C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C46

Black with #504C46

Text Example


Text Example

White with #504C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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