#534C41

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

Shades of Mondo #534C41

Tints of Mondo #534C41

Color information

#534C41 (or 0x534C41) is unknown color: approx Mondo. HEX triplet: 53, 4C and 41. RGB value is (83,76,65). Sum of RGB (Red+Green+Blue) = 83+76+65=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C41 is #ACB3BE. Grayscale: #4C4C4C. Windows color (decimal): -11318207 or 4279379. OLE color: 4279379.

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

Color convert

RGB837665-
CMYK00.080.220.67
HSL36.67º12.16%29.02%-
HSV(B)36.67º21.69%32.55%-
XYZ7.117.396.05-
YUV76.84121.32132.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=37.05%
G=33.93%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83766500.080.220.6736.6712.1629.02
Hex534C4108164325c1d
Octal12311410101026103451435
Binary10100111001100100000101000101101000011100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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