Html Css Color HEX #524E49 Mondo

📋 copy color: '#524E49'

red 82 ◦ green 78 ◦ blue 73

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

Shades of Mondo #524E49

Tints of Mondo #524E49

RGB

 RED value IS 82 (32.42% from 255) = 35.19%

 GREEN value IS 78 (30.86% from 255) = 33.48%

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 35.19%
G = 33.48%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#524E49 (or 0x524E49) is known color: Mondo. HEX triplet: 52, 4E and 49. RGB value is (82,78,73). Sum of RGB (Red+Green+Blue) = 82+78+73=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E49 is #ADB1B6. Grayscale: #4E4E4E. Windows color (decimal): -11383223 or 4804178. OLE color: 4804178.

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

Color convert

RGB 82 78 73 -
CMYK 0 0.05 0.11 0.68
HSL 33.33º 0.06% 0.3% -
HSV(B) 33.33º 0.11% 0.32% -
XYZ 7.41 7.72 7.4 -
YUV 78.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 82 78 73 0 0.05 0.11 0.68 33.33 0.06 0.3
Hex 52 4E 49 0 5 B 44 21 6 1E
Octal 122 116 111 0 5 13 104 41 6 36
Binary 1010010 1001110 1001001 0 101 1011 1000100 100001 110 11110

Color Harmonies of #524E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E49

Black with #524E49

Text Example


Text Example

White with #524E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524E49; }

 p { color: rgb(82,78,73); }

 H1.HeaderClassName
 {
   color: #524E49;
 }
 .AnyTagClassName
 {
   color: #524E49;
 }
</style>

background-color css

<style>
 a { background-color: #524E49; }

 a { background-color: rgb(82,78,73); }

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

border-color css

<style>
 span { border-color: #524E49; }

 span { border-color: rgb(82,78,73); }

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