Html Css Color HEX #524C3F Mondo

📋 copy color: '#524C3F'

red 82 ◦ green 76 ◦ blue 63

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

Shades of Mondo #524C3F

Tints of Mondo #524C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.51%

R = 37.1%
G = 34.39%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#524C3F (or 0x524C3F) is known color: Mondo. HEX triplet: 52, 4C and 3F. RGB value is (82,76,63). Sum of RGB (Red+Green+Blue) = 82+76+63=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C3F is #ADB3C0. Grayscale: #4C4C4C. Windows color (decimal): -11383745 or 4148306. OLE color: 4148306.

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

Color convert

RGB 82 76 63 -
CMYK 0 0.07 0.23 0.68
HSL 41.05º 0.13% 0.28% -
HSV(B) 41.05º 0.23% 0.32% -
XYZ 6.96 7.32 5.75 -
YUV 76.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 82 76 63 0 0.07 0.23 0.68 41.05 0.13 0.28
Hex 52 4C 3F 0 7 17 44 29 D 1C
Octal 122 114 77 0 7 27 104 51 15 34
Binary 1010010 1001100 111111 0 111 10111 1000100 101001 1101 11100

Color Harmonies of #524C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C3F

Black with #524C3F

Text Example


Text Example

White with #524C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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