#534C44

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

Shades of Mondo #534C44

Tints of Mondo #534C44

Color information

#534C44 (or 0x534C44) is unknown color: approx Mondo. HEX triplet: 53, 4C and 44. RGB value is (83,76,68). Sum of RGB (Red+Green+Blue) = 83+76+68=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C44 is #ACB3BB. Grayscale: #4D4D4D. Windows color (decimal): -11318204 or 4475987. OLE color: 4475987.

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

Color convert

RGB837668-
CMYK00.080.180.67
HSL32º9.93%29.61%-
HSV(B)32º18.07%32.55%-
XYZ7.27.436.52-
YUV77.18122.82132.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=36.56%
G=33.48%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83766800.080.180.67329.9329.61
Hex534C4408124320a1e
Octal12311410401022103401236
Binary10100111001100100010001000100101000011100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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