#57473E

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

Shades of Cork #57473E

Tints of Cork #57473E

Color information

#57473E (or 0x57473E) is unknown color: approx Cork. HEX triplet: 57, 47 and 3E. RGB value is (87,71,62). Sum of RGB (Red+Green+Blue) = 87+71+62=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #57473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57473E is #A8B8C1. Grayscale: #4A4A4A. Windows color (decimal): -11057346 or 4081495. OLE color: 4081495.

HSL color Cylindrical-coordinate representation of color #57473E: hue angle of 21.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57473E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB877162-
CMYK00.180.290.66
HSL21.6º16.78%29.22%-
HSV(B)21.6º28.74%34.12%-
XYZ7.056.885.51-
YUV74.76120.8136.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=39.55%
G=32.27%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87716200.180.290.6621.616.7829.22
Hex57473E0121D4216111d
Octal1271077602235102262135
Binary10101111000111111110010010111011000010101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57473E; }

 p { color: rgb(87,71,62); }

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

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

 a { background-color: rgb(87,71,62); }

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

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

 span { border-color: rgb(87,71,62); }

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