#534E47

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

Shades of Mondo #534E47

Tints of Mondo #534E47

Color information

#534E47 (or 0x534E47) is unknown color: approx Mondo. HEX triplet: 53, 4E and 47. RGB value is (83,78,71). Sum of RGB (Red+Green+Blue) = 83+78+71=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E47 is #ACB1B8. Grayscale: #4E4E4E. Windows color (decimal): -11317689 or 4673107. OLE color: 4673107.

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

Color convert

RGB837871-
CMYK00.060.140.67
HSL35º7.79%30.2%-
HSV(B)35º14.46%32.55%-
XYZ7.437.747.06-
YUV78.7123.66131.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=35.78%
G=33.62%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83787100.060.140.67357.7930.2
Hex534E4706E432381e
Octal1231161070616103431036
Binary101001110011101000111011011101000011100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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