Html Css Color HEX #554D44 Mondo

📋 copy color: '#554D44'

red 85 ◦ green 77 ◦ blue 68

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

Shades of Mondo #554D44

Tints of Mondo #554D44

RGB

 RED value IS 85 (33.59% from 255) = 36.96%

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

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

R = 36.96%
G = 33.48%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#554D44 (or 0x554D44) is known color: Mondo. HEX triplet: 55, 4D and 44. RGB value is (85,77,68). Sum of RGB (Red+Green+Blue) = 85+77+68=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D44 is #AAB2BB. Grayscale: #4E4E4E. Windows color (decimal): -11186876 or 4476245. OLE color: 4476245.

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

Color convert

RGB 85 77 68 -
CMYK 0 0.09 0.20 0.67
HSL 31.76º 0.11% 0.3% -
HSV(B) 31.76º 0.2% 0.33% -
XYZ 7.44 7.66 6.55 -
YUV 78.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 85 77 68 0 0.09 0.20 0.67 31.76 0.11 0.3
Hex 55 4D 44 0 9 14 43 20 B 1E
Octal 125 115 104 0 11 24 103 40 13 36
Binary 1010101 1001101 1000100 0 1001 10100 1000011 100000 1011 11110

Color Harmonies of #554D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D44

Black with #554D44

Text Example


Text Example

White with #554D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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