Html Css Color HEX #554D42 Mondo

📋 copy color: '#554D42'

red 85 ◦ green 77 ◦ blue 66

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

Shades of Mondo #554D42

Tints of Mondo #554D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.95%

R = 37.28%
G = 33.77%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#554D42 (or 0x554D42) is known color: Mondo. HEX triplet: 55, 4D and 42. RGB value is (85,77,66). Sum of RGB (Red+Green+Blue) = 85+77+66=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D42 is #AAB2BD. Grayscale: #4E4E4E. Windows color (decimal): -11186878 or 4345173. OLE color: 4345173.

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

Color convert

RGB 85 77 66 -
CMYK 0 0.09 0.22 0.67
HSL 34.74º 0.13% 0.3% -
HSV(B) 34.74º 0.22% 0.33% -
XYZ 7.38 7.63 6.24 -
YUV 78.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 85 77 66 0 0.09 0.22 0.67 34.74 0.13 0.3
Hex 55 4D 42 0 9 16 43 23 D 1E
Octal 125 115 102 0 11 26 103 43 15 36
Binary 1010101 1001101 1000010 0 1001 10110 1000011 100011 1101 11110

Color Harmonies of #554D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D42

Black with #554D42

Text Example


Text Example

White with #554D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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