Html Css Color HEX #524E48 Mondo

📋 copy color: '#524E48'

red 82 ◦ green 78 ◦ blue 72

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

Shades of Mondo #524E48

Tints of Mondo #524E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 35.34%
G = 33.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#524E48 (or 0x524E48) is known color: Mondo. HEX triplet: 52, 4E and 48. RGB value is (82,78,72). Sum of RGB (Red+Green+Blue) = 82+78+72=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 82 - color contains mainly: red. Hex color #524E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E48 is #ADB1B7. Grayscale: #4E4E4E. Windows color (decimal): -11383224 or 4738642. OLE color: 4738642.

HSL color Cylindrical-coordinate representation of color #524E48: hue angle of 36º degrees, saturation: 0.06, 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 #524E48 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 72 -
CMYK 0 0.05 0.12 0.68
HSL 36º 0.06% 0.3% -
HSV(B) 36º 0.12% 0.32% -
XYZ 7.37 7.71 7.23 -
YUV 78.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 82 78 72 0 0.05 0.12 0.68 36 0.06 0.3
Hex 52 4E 48 0 5 C 44 24 6 1E
Octal 122 116 110 0 5 14 104 44 6 36
Binary 1010010 1001110 1001000 0 101 1100 1000100 100100 110 11110

Color Harmonies of #524E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E48

Black with #524E48

Text Example


Text Example

White with #524E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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