#554F43

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

Shades of Mondo #554F43

Tints of Mondo #554F43

Color information

#554F43 (or 0x554F43) is unknown color: approx Mondo. HEX triplet: 55, 4F and 43. RGB value is (85,79,67). Sum of RGB (Red+Green+Blue) = 85+79+67=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F43 is #AAB0BC. Grayscale: #4F4F4F. Windows color (decimal): -11186365 or 4411221. OLE color: 4411221.

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

Color convert

RGB857967-
CMYK00.070.210.67
HSL40º11.84%29.8%-
HSV(B)40º21.18%33.33%-
XYZ7.567.936.44-
YUV79.43120.99131.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=36.80%
G=34.20%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85796700.070.210.674011.8429.8
Hex554F4307154328c1e
Octal1251171030725103501436
Binary1010101100111110000110111101011000011101000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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