#554F45

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

Shades of Mondo #554F45

Tints of Mondo #554F45

Color information

#554F45 (or 0x554F45) is unknown color: approx Mondo. HEX triplet: 55, 4F and 45. RGB value is (85,79,69). Sum of RGB (Red+Green+Blue) = 85+79+69=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F45 is #AAB0BA. Grayscale: #4F4F4F. Windows color (decimal): -11186363 or 4542293. OLE color: 4542293.

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

Color convert

RGB857969-
CMYK00.070.190.67
HSL37.5º10.39%30.2%-
HSV(B)37.5º18.82%33.33%-
XYZ7.627.956.76-
YUV79.65121.99131.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=36.48%
G=33.91%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85796900.070.190.6737.510.3930.2
Hex554F4507134326a1e
Octal1251171050723103461236
Binary1010101100111110001010111100111000011100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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