Html Css Color HEX #5A5040 Mondo

📋 copy color: '#5A5040'

red 90 ◦ green 80 ◦ blue 64

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

Shades of Mondo #5A5040

Tints of Mondo #5A5040

RGB

 RED value IS 90 (35.55% from 255) = 38.46%

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

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

R = 38.46%
G = 34.19%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#5A5040 (or 0x5A5040) is known color: Mondo. HEX triplet: 5A, 50 and 40. RGB value is (90,80,64). Sum of RGB (Red+Green+Blue) = 90+80+64=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5040 is #A5AFBF. Grayscale: #515151. Windows color (decimal): -10858432 or 4214874. OLE color: 4214874.

HSL color Cylindrical-coordinate representation of color #5A5040: hue angle of 36.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5040 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 64 -
CMYK 0 0.11 0.29 0.65
HSL 36.92º 0.17% 0.3% -
HSV(B) 36.92º 0.29% 0.35% -
XYZ 8.01 8.28 6.03 -
YUV 81.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 90 80 64 0 0.11 0.29 0.65 36.92 0.17 0.3
Hex 5A 50 40 0 B 1D 41 25 11 1E
Octal 132 120 100 0 13 35 101 45 21 36
Binary 1011010 1010000 1000000 0 1011 11101 1000001 100101 10001 11110

Color Harmonies of #5A5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5040

Black with #5A5040

Text Example


Text Example

White with #5A5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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