#534F4D

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

Shades of Tundora #534F4D

Tints of Tundora #534F4D

Color information

#534F4D (or 0x534F4D) is unknown color: approx Tundora. HEX triplet: 53, 4F and 4D. RGB value is (83,79,77). Sum of RGB (Red+Green+Blue) = 83+79+77=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #534F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534F4D is #ACB0B2. Grayscale: #4F4F4F. Windows color (decimal): -11317427 or 5066579. OLE color: 5066579.

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

Color convert

RGB837977-
CMYK00.050.070.67
HSL20º3.75%31.37%-
HSV(B)20º7.23%32.55%-
XYZ7.77.978.15-
YUV79.97126.33130.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=34.73%
G=33.05%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83797700.050.070.67203.7531.37
Hex534F4D057431441f
Octal12311711505710324437
Binary101001110011111001101010111110000111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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