#534D49

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

Shades of Cork #534D49

Tints of Cork #534D49

Color information

#534D49 (or 0x534D49) is unknown color: approx Cork. HEX triplet: 53, 4D and 49. RGB value is (83,77,73). Sum of RGB (Red+Green+Blue) = 83+77+73=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #534D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D49 is #ACB2B6. Grayscale: #4E4E4E. Windows color (decimal): -11317943 or 4803923. OLE color: 4803923.

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

Color convert

RGB837773-
CMYK00.070.120.67
HSL24º6.41%30.59%-
HSV(B)24º12.05%32.55%-
XYZ7.427.637.38-
YUV78.34124.99131.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=35.62%
G=33.05%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777300.070.120.67246.4130.59
Hex534D4907C431861f
Octal123115111071410330637
Binary1010011100110110010010111110010000111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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