#534D48

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

Shades of Cork #534D48

Tints of Cork #534D48

Color information

#534D48 (or 0x534D48) is unknown color: approx Cork. HEX triplet: 53, 4D and 48. RGB value is (83,77,72). Sum of RGB (Red+Green+Blue) = 83+77+72=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D48 is #ACB2B7. Grayscale: #4E4E4E. Windows color (decimal): -11317944 or 4738387. OLE color: 4738387.

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

Color convert

RGB837772-
CMYK00.070.130.67
HSL27.27º7.1%30.39%-
HSV(B)27.27º13.25%32.55%-
XYZ7.397.617.21-
YUV78.22124.49131.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=35.78%
G=33.19%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777200.070.130.6727.277.130.39
Hex534D4807D431b71e
Octal123115110071510333736
Binary1010011100110110010000111110110000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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