Html Css Color HEX #544E40 Mondo

📋 copy color: '#544E40'

red 84 ◦ green 78 ◦ blue 64

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

Shades of Mondo #544E40

Tints of Mondo #544E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

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

R = 37.17%
G = 34.51%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544E40 (or 0x544E40) is known color: Mondo. HEX triplet: 54, 4E and 40. RGB value is (84,78,64). Sum of RGB (Red+Green+Blue) = 84+78+64=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #544E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E40 is #ABB1BF. Grayscale: #4E4E4E. Windows color (decimal): -11252160 or 4214356. OLE color: 4214356.

HSL color Cylindrical-coordinate representation of color #544E40: hue angle of 42º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #544E40 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 78 64 -
CMYK 0 0.07 0.24 0.67
HSL 42º 0.14% 0.29% -
HSV(B) 42º 0.24% 0.33% -
XYZ 7.31 7.7 5.95 -
YUV 78.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 84 78 64 0 0.07 0.24 0.67 42 0.14 0.29
Hex 54 4E 40 0 7 18 43 2A E 1D
Octal 124 116 100 0 7 30 103 52 16 35
Binary 1010100 1001110 1000000 0 111 11000 1000011 101010 1110 11101

Color Harmonies of #544E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E40

Black with #544E40

Text Example


Text Example

White with #544E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,78,64); }

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

background-color css

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

 a { background-color: rgb(84,78,64); }

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

border-color css

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

 span { border-color: rgb(84,78,64); }

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