#544B41

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

Shades of Mondo #544B41

Tints of Mondo #544B41

Color information

#544B41 (or 0x544B41) is unknown color: approx Mondo. HEX triplet: 54, 4B and 41. RGB value is (84,75,65). Sum of RGB (Red+Green+Blue) = 84+75+65=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B41 is #ABB4BE. Grayscale: #4C4C4C. Windows color (decimal): -11252927 or 4279124. OLE color: 4279124.

HSL color Cylindrical-coordinate representation of color #544B41: hue angle of 31.58º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544B41 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB847565-
CMYK00.110.230.67
HSL31.58º12.75%29.22%-
HSV(B)31.58º22.62%32.94%-
XYZ7.137.36.03-
YUV76.55121.48133.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=37.5%
G=33.48%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84756500.110.230.6731.5812.7529.22
Hex544B410B174320d1d
Octal12411310101327103401535
Binary10101001001011100000101011101111000011100000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B41; }

 p { color: rgb(84,75,65); }

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

<style>
 a { background-color: #544B41; }

 a { background-color: rgb(84,75,65); }

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

<style>
 span { border-color: #544B41; }

 span { border-color: rgb(84,75,65); }

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