Html Css Color HEX #575040 Mondo

📋 copy color: '#575040'

red 87 ◦ green 80 ◦ blue 64

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

Shades of Mondo #575040

Tints of Mondo #575040

RGB

 RED value IS 87 (34.38% from 255) = 37.66%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 37.66%
G = 34.63%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#575040 (or 0x575040) is known color: Mondo. HEX triplet: 57, 50 and 40. RGB value is (87,80,64). Sum of RGB (Red+Green+Blue) = 87+80+64=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #575040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575040 is #A8AFBF. Grayscale: #505050. Windows color (decimal): -11055040 or 4214871. OLE color: 4214871.

HSL color Cylindrical-coordinate representation of color #575040: hue angle of 41.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575040 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 64 -
CMYK 0 0.08 0.26 0.66
HSL 41.74º 0.15% 0.3% -
HSV(B) 41.74º 0.26% 0.34% -
XYZ 7.72 8.13 6.01 -
YUV 80.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 87 80 64 0 0.08 0.26 0.66 41.74 0.15 0.3
Hex 57 50 40 0 8 1A 42 2A F 1E
Octal 127 120 100 0 10 32 102 52 17 36
Binary 1010111 1010000 1000000 0 1000 11010 1000010 101010 1111 11110

Color Harmonies of #575040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575040

Black with #575040

Text Example


Text Example

White with #575040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575040; }

 p { color: rgb(87,80,64); }

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

background-color css

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

 a { background-color: rgb(87,80,64); }

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

border-color css

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

 span { border-color: rgb(87,80,64); }

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