#554F48

Color #554F48 Mondo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mondo #554F48

Tints of Mondo #554F48

Color information

#554F48 (or 0x554F48) is unknown color: approx Mondo. HEX triplet: 55, 4F and 48. RGB value is (85,79,72). Sum of RGB (Red+Green+Blue) = 85+79+72=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F48 is #AAB0B7. Grayscale: #505050. Windows color (decimal): -11186360 or 4738901. OLE color: 4738901.

HSL color Cylindrical-coordinate representation of color #554F48: hue angle of 32.31º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554F48 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB857972-
CMYK00.070.150.67
HSL32.31º8.28%30.78%-
HSV(B)32.31º15.29%33.33%-
XYZ7.717.997.27-
YUV80123.49131.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=36.02%
G=33.47%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85797200.070.150.6732.318.2830.78
Hex554F4807F432081f
Octal1251171100717103401037
Binary101010110011111001000011111111000011100000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,72); }

 H1.HeaderClassName
 {
   color: #554F48;
 }
 .AnyTagClassName
 {
   color: #554F48;
 }
</style>
background-color css

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

 a { background-color: rgb(85,79,72); }

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

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

 span { border-color: rgb(85,79,72); }

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