#534C43

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

Shades of Mondo #534C43

Tints of Mondo #534C43

Color information

#534C43 (or 0x534C43) is unknown color: approx Mondo. HEX triplet: 53, 4C and 43. RGB value is (83,76,67). Sum of RGB (Red+Green+Blue) = 83+76+67=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C43 is #ACB3BC. Grayscale: #4D4D4D. Windows color (decimal): -11318205 or 4410451. OLE color: 4410451.

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

Color convert

RGB837667-
CMYK00.080.190.67
HSL33.75º10.67%29.41%-
HSV(B)33.75º19.28%32.55%-
XYZ7.167.416.36-
YUV77.07122.32132.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=36.73%
G=33.63%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83766700.080.190.6733.7510.6729.41
Hex534C4308134322b1d
Octal12311410301023103421335
Binary10100111001100100001101000100111000011100010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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