#554E44

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

Shades of Mondo #554E44

Tints of Mondo #554E44

Color information

#554E44 (or 0x554E44) is unknown color: approx Mondo. HEX triplet: 55, 4E and 44. RGB value is (85,78,68). Sum of RGB (Red+Green+Blue) = 85+78+68=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E44 is #AAB1BB. Grayscale: #4F4F4F. Windows color (decimal): -11186620 or 4476501. OLE color: 4476501.

HSL color Cylindrical-coordinate representation of color #554E44: hue angle of 35.29º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554E44 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB857868-
CMYK00.080.200.67
HSL35.29º11.11%30%-
HSV(B)35.29º20%33.33%-
XYZ7.517.86.58-
YUV78.95121.82132.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=36.80%
G=33.77%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85786800.080.200.6735.2911.1130
Hex554E4408144323b1e
Octal12511610401024103431336
Binary10101011001110100010001000101001000011100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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