#534E45

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

Shades of Mondo #534E45

Tints of Mondo #534E45

Color information

#534E45 (or 0x534E45) is unknown color: approx Mondo. HEX triplet: 53, 4E and 45. RGB value is (83,78,69). Sum of RGB (Red+Green+Blue) = 83+78+69=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E45 is #ACB1BA. Grayscale: #4E4E4E. Windows color (decimal): -11317691 or 4542035. OLE color: 4542035.

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

Color convert

RGB837869-
CMYK00.060.170.67
HSL38.57º9.21%29.8%-
HSV(B)38.57º16.87%32.55%-
XYZ7.377.726.73-
YUV78.47122.66131.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 69 (27.34% from 255) = 30%
R=36.09%
G=33.91%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83786900.060.170.6738.579.2129.8
Hex534E450611432791e
Octal1231161050621103471136
Binary1010011100111010001010110100011000011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,69); }

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

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

 a { background-color: rgb(83,78,69); }

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

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

 span { border-color: rgb(83,78,69); }

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