Html Css Color HEX #554E41 Mondo

📋 copy color: '#554E41'

red 85 ◦ green 78 ◦ blue 65

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

Shades of Mondo #554E41

Tints of Mondo #554E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

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

R = 37.28%
G = 34.21%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#554E41 (or 0x554E41) is known color: Mondo. HEX triplet: 55, 4E and 41. RGB value is (85,78,65). Sum of RGB (Red+Green+Blue) = 85+78+65=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E41 is #AAB1BE. Grayscale: #4E4E4E. Windows color (decimal): -11186623 or 4279893. OLE color: 4279893.

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

Color convert

RGB 85 78 65 -
CMYK 0 0.08 0.24 0.67
HSL 39º 0.13% 0.29% -
HSV(B) 39º 0.24% 0.33% -
XYZ 7.42 7.76 6.11 -
YUV 78.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 85 78 65 0 0.08 0.24 0.67 39 0.13 0.29
Hex 55 4E 41 0 8 18 43 27 D 1D
Octal 125 116 101 0 10 30 103 47 15 35
Binary 1010101 1001110 1000001 0 1000 11000 1000011 100111 1101 11101

Color Harmonies of #554E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E41

Black with #554E41

Text Example


Text Example

White with #554E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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