#534C40

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

Shades of Mondo #534C40

Tints of Mondo #534C40

Color information

#534C40 (or 0x534C40) is unknown color: approx Mondo. HEX triplet: 53, 4C and 40. RGB value is (83,76,64). Sum of RGB (Red+Green+Blue) = 83+76+64=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C40 is #ACB3BF. Grayscale: #4C4C4C. Windows color (decimal): -11318208 or 4213843. OLE color: 4213843.

HSL color Cylindrical-coordinate representation of color #534C40: hue angle of 37.89º 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 #534C40 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB837664-
CMYK00.080.230.67
HSL37.89º12.93%28.82%-
HSV(B)37.89º22.89%32.55%-
XYZ7.087.385.9-
YUV76.73120.82132.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=37.22%
G=34.08%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83766400.080.230.6737.8912.9328.82
Hex534C4008174326d1d
Octal12311410001027103461535
Binary10100111001100100000001000101111000011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,64); }

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

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

 a { background-color: rgb(83,76,64); }

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

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

 span { border-color: rgb(83,76,64); }

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