Html Css Color HEX #554C42 Mondo

📋 copy color: '#554C42'

red 85 ◦ green 76 ◦ blue 66

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

Shades of Mondo #554C42

Tints of Mondo #554C42

RGB

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

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

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

R = 37.44%
G = 33.48%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#554C42 (or 0x554C42) is known color: Mondo. HEX triplet: 55, 4C and 42. RGB value is (85,76,66). Sum of RGB (Red+Green+Blue) = 85+76+66=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C42 is #AAB3BD. Grayscale: #4D4D4D. Windows color (decimal): -11187134 or 4344917. OLE color: 4344917.

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

Color convert

RGB 85 76 66 -
CMYK 0 0.11 0.22 0.67
HSL 31.58º 0.13% 0.3% -
HSV(B) 31.58º 0.22% 0.33% -
XYZ 7.31 7.49 6.22 -
YUV 77.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 85 76 66 0 0.11 0.22 0.67 31.58 0.13 0.3
Hex 55 4C 42 0 B 16 43 20 D 1E
Octal 125 114 102 0 13 26 103 40 15 36
Binary 1010101 1001100 1000010 0 1011 10110 1000011 100000 1101 11110

Color Harmonies of #554C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C42

Black with #554C42

Text Example


Text Example

White with #554C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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