Html Css Color HEX #544D44 Mondo

📋 copy color: '#544D44'

red 84 ◦ green 77 ◦ blue 68

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

Shades of Mondo #544D44

Tints of Mondo #544D44

RGB

 RED value IS 84 (33.2% from 255) = 36.68%

 GREEN value IS 77 (30.47% from 255) = 33.62%

 BLUE value IS 68 (26.95% from 255) = 29.69%

R = 36.68%
G = 33.62%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#544D44 (or 0x544D44) is known color: Mondo. HEX triplet: 54, 4D and 44. RGB value is (84,77,68). Sum of RGB (Red+Green+Blue) = 84+77+68=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D44 is #ABB2BB. Grayscale: #4E4E4E. Windows color (decimal): -11252412 or 4476244. OLE color: 4476244.

HSL color Cylindrical-coordinate representation of color #544D44: hue angle of 33.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544D44 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 77 68 -
CMYK 0 0.08 0.19 0.67
HSL 33.75º 0.11% 0.3% -
HSV(B) 33.75º 0.19% 0.33% -
XYZ 7.35 7.61 6.55 -
YUV 78.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 84 77 68 0 0.08 0.19 0.67 33.75 0.11 0.3
Hex 54 4D 44 0 8 13 43 22 B 1E
Octal 124 115 104 0 10 23 103 42 13 36
Binary 1010100 1001101 1000100 0 1000 10011 1000011 100010 1011 11110

Color Harmonies of #544D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D44

Black with #544D44

Text Example


Text Example

White with #544D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544D44; }

 p { color: rgb(84,77,68); }

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

background-color css

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

 a { background-color: rgb(84,77,68); }

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

border-color css

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

 span { border-color: rgb(84,77,68); }

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