#534742

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

Shades of Cork #534742

Tints of Cork #534742

Color information

#534742 (or 0x534742) is unknown color: approx Cork. HEX triplet: 53, 47 and 42. RGB value is (83,71,66). Sum of RGB (Red+Green+Blue) = 83+71+66=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534742 is #ACB8BD. Grayscale: #4A4A4A. Windows color (decimal): -11319486 or 4343635. OLE color: 4343635.

HSL color Cylindrical-coordinate representation of color #534742: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534742 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB837166-
CMYK00.140.200.67
HSL17.65º11.41%29.22%-
HSV(B)17.65º20.48%32.55%-
XYZ6.86.746.1-
YUV74.02123.48134.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 66 (26.17% from 255) = 30%
R=37.73%
G=32.27%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83716600.140.200.6717.6511.4129.22
Hex5347420E144312b1d
Octal12310710201624103221335
Binary1010011100011110000100111010100100001110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534742; }

 p { color: rgb(83,71,66); }

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

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

 a { background-color: rgb(83,71,66); }

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

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

 span { border-color: rgb(83,71,66); }

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