#534E48

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

Shades of Mondo #534E48

Tints of Mondo #534E48

Color information

#534E48 (or 0x534E48) is unknown color: approx Mondo. HEX triplet: 53, 4E and 48. RGB value is (83,78,72). Sum of RGB (Red+Green+Blue) = 83+78+72=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E48 is #ACB1B7. Grayscale: #4E4E4E. Windows color (decimal): -11317688 or 4738643. OLE color: 4738643.

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

Color convert

RGB837872-
CMYK00.060.130.67
HSL32.73º7.1%30.39%-
HSV(B)32.73º13.25%32.55%-
XYZ7.467.767.23-
YUV78.81124.16130.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=35.62%
G=33.48%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83787200.060.130.6732.737.130.39
Hex534E4806D432171e
Octal123116110061510341736
Binary10100111001110100100001101101100001110000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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