#534F49

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

Shades of Mondo #534F49

Tints of Mondo #534F49

Color information

#534F49 (or 0x534F49) is unknown color: approx Mondo. HEX triplet: 53, 4F and 49. RGB value is (83,79,73). Sum of RGB (Red+Green+Blue) = 83+79+73=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F49 is #ACB0B6. Grayscale: #4F4F4F. Windows color (decimal): -11317431 or 4804435. OLE color: 4804435.

HSL color Cylindrical-coordinate representation of color #534F49: hue angle of 36º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #534F49 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB837973-
CMYK00.050.120.67
HSL36º6.41%30.59%-
HSV(B)36º12.05%32.55%-
XYZ7.577.917.43-
YUV79.51124.33130.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=35.32%
G=33.62%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83797300.050.120.67366.4130.59
Hex534F4905C432461f
Octal123117111051410344637
Binary10100111001111100100101011100100001110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F49; }

 p { color: rgb(83,79,73); }

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

<style>
 a { background-color: #534F49; }

 a { background-color: rgb(83,79,73); }

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

<style>
 span { border-color: #534F49; }

 span { border-color: rgb(83,79,73); }

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