#534C3E

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

Shades of Mondo #534C3E

Tints of Mondo #534C3E

Color information

#534C3E (or 0x534C3E) is unknown color: approx Mondo. HEX triplet: 53, 4C and 3E. RGB value is (83,76,62). Sum of RGB (Red+Green+Blue) = 83+76+62=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C3E is #ACB3C1. Grayscale: #4C4C4C. Windows color (decimal): -11318210 or 4082771. OLE color: 4082771.

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

Color convert

RGB837662-
CMYK00.080.250.67
HSL40º14.48%28.43%-
HSV(B)40º25.3%32.55%-
XYZ7.027.365.61-
YUV76.5119.82132.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=37.56%
G=34.39%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83766200.080.250.674014.4828.43
Hex534C3E08194328e1c
Octal1231147601031103501634
Binary1010011100110011111001000110011000011101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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