Html Css Color HEX #524C41 Mondo

📋 copy color: '#524C41'

red 82 ◦ green 76 ◦ blue 65

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

Shades of Mondo #524C41

Tints of Mondo #524C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.15%

R = 36.77%
G = 34.08%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524C41 (or 0x524C41) is known color: Mondo. HEX triplet: 52, 4C and 41. RGB value is (82,76,65). Sum of RGB (Red+Green+Blue) = 82+76+65=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #524C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C41 is #ADB3BE. Grayscale: #4C4C4C. Windows color (decimal): -11383743 or 4279378. OLE color: 4279378.

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

Color convert

RGB 82 76 65 -
CMYK 0 0.07 0.21 0.68
HSL 38.82º 0.12% 0.29% -
HSV(B) 38.82º 0.21% 0.32% -
XYZ 7.02 7.34 6.05 -
YUV 76.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 82 76 65 0 0.07 0.21 0.68 38.82 0.12 0.29
Hex 52 4C 41 0 7 15 44 27 C 1D
Octal 122 114 101 0 7 25 104 47 14 35
Binary 1010010 1001100 1000001 0 111 10101 1000100 100111 1100 11101

Color Harmonies of #524C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C41

Black with #524C41

Text Example


Text Example

White with #524C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,76,65); }

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

background-color css

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

 a { background-color: rgb(82,76,65); }

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

border-color css

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

 span { border-color: rgb(82,76,65); }

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