#534C48

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

Shades of Cork #534C48

Tints of Cork #534C48

Color information

#534C48 (or 0x534C48) is unknown color: approx Cork. HEX triplet: 53, 4C and 48. RGB value is (83,76,72). Sum of RGB (Red+Green+Blue) = 83+76+72=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C48 is #ACB3B7. Grayscale: #4D4D4D. Windows color (decimal): -11318200 or 4738131. OLE color: 4738131.

HSL color Cylindrical-coordinate representation of color #534C48: hue angle of 21.82º 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 #534C48 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB837672-
CMYK00.080.130.67
HSL21.82º7.1%30.39%-
HSV(B)21.82º13.25%32.55%-
XYZ7.327.487.19-
YUV77.64124.82131.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=35.93%
G=32.90%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83767200.080.130.6721.827.130.39
Hex534C4808D431671e
Octal1231141100101510326736
Binary10100111001100100100001000110110000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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