#534E4C

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

Shades of Tundora #534E4C

Tints of Tundora #534E4C

Color information

#534E4C (or 0x534E4C) is unknown color: approx Tundora. HEX triplet: 53, 4E and 4C. RGB value is (83,78,76). Sum of RGB (Red+Green+Blue) = 83+78+76=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E4C is #ACB1B3. Grayscale: #4F4F4F. Windows color (decimal): -11317684 or 5000787. OLE color: 5000787.

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

Color convert

RGB837876-
CMYK00.060.080.67
HSL17.14º4.4%31.18%-
HSV(B)17.14º8.43%32.55%-
XYZ7.67.817.94-
YUV79.27126.16130.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=35.02%
G=32.91%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83787600.060.080.6717.144.431.18
Hex534E4C068431141f
Octal123116114061010321437
Binary1010011100111010011000110100010000111000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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