Html Css Color HEX #554C41 Mondo

📋 copy color: '#554C41'

red 85 ◦ green 76 ◦ blue 65

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

Shades of Mondo #554C41

Tints of Mondo #554C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 37.61%
G = 33.63%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554C41 (or 0x554C41) is known color: Mondo. HEX triplet: 55, 4C and 41. RGB value is (85,76,65). Sum of RGB (Red+Green+Blue) = 85+76+65=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C41 is #AAB3BE. Grayscale: #4D4D4D. Windows color (decimal): -11187135 or 4279381. OLE color: 4279381.

HSL color Cylindrical-coordinate representation of color #554C41: hue angle of 33º degrees, saturation: 0.13, 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 #554C41 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 65 -
CMYK 0 0.11 0.24 0.67
HSL 33º 0.13% 0.29% -
HSV(B) 33º 0.24% 0.33% -
XYZ 7.28 7.48 6.06 -
YUV 77.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 85 76 65 0 0.11 0.24 0.67 33 0.13 0.29
Hex 55 4C 41 0 B 18 43 21 D 1D
Octal 125 114 101 0 13 30 103 41 15 35
Binary 1010101 1001100 1000001 0 1011 11000 1000011 100001 1101 11101

Color Harmonies of #554C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C41

Black with #554C41

Text Example


Text Example

White with #554C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,76,65); }

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

background-color css

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

 a { background-color: rgb(85,76,65); }

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

border-color css

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

 span { border-color: rgb(85,76,65); }

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