#534F4A

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

Shades of Mondo #534F4A

Tints of Mondo #534F4A

Color information

#534F4A (or 0x534F4A) is unknown color: approx Mondo. HEX triplet: 53, 4F and 4A. RGB value is (83,79,74). Sum of RGB (Red+Green+Blue) = 83+79+74=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #534F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F4A is #ACB0B5. Grayscale: #4F4F4F. Windows color (decimal): -11317430 or 4869971. OLE color: 4869971.

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

Color convert

RGB837974-
CMYK00.050.110.67
HSL33.33º5.73%30.78%-
HSV(B)33.33º10.84%32.55%-
XYZ7.67.937.61-
YUV79.63124.83130.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=35.17%
G=33.47%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83797400.050.110.6733.335.7330.78
Hex534F4A05B432161f
Octal123117112051310341637
Binary10100111001111100101001011011100001110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,79,74); }

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

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

 a { background-color: rgb(83,79,74); }

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

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

 span { border-color: rgb(83,79,74); }

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