Html Css Color HEX #554D3C Mondo

📋 copy color: '#554D3C'

red 85 ◦ green 77 ◦ blue 60

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

Shades of Mondo #554D3C

Tints of Mondo #554D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 38.29%
G = 34.68%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#554D3C (or 0x554D3C) is known color: Mondo. HEX triplet: 55, 4D and 3C. RGB value is (85,77,60). Sum of RGB (Red+Green+Blue) = 85+77+60=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3C is #AAB2C3. Grayscale: #4D4D4D. Windows color (decimal): -11186884 or 3951957. OLE color: 3951957.

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

Color convert

RGB 85 77 60 -
CMYK 0 0.09 0.29 0.67
HSL 40.8º 0.17% 0.28% -
HSV(B) 40.8º 0.29% 0.33% -
XYZ 7.22 7.57 5.35 -
YUV 77.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 85 77 60 0 0.09 0.29 0.67 40.8 0.17 0.28
Hex 55 4D 3C 0 9 1D 43 29 11 1C
Octal 125 115 74 0 11 35 103 51 21 34
Binary 1010101 1001101 111100 0 1001 11101 1000011 101001 10001 11100

Color Harmonies of #554D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D3C

Black with #554D3C

Text Example


Text Example

White with #554D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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