#574E47

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

Shades of Cork #574E47

Tints of Cork #574E47

Color information

#574E47 (or 0x574E47) is unknown color: approx Cork. HEX triplet: 57, 4E and 47. RGB value is (87,78,71). Sum of RGB (Red+Green+Blue) = 87+78+71=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #574E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E47 is #A8B1B8. Grayscale: #4F4F4F. Windows color (decimal): -11055545 or 4673111. OLE color: 4673111.

HSL color Cylindrical-coordinate representation of color #574E47: hue angle of 26.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574E47 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB877871-
CMYK00.100.180.66
HSL26.25º10.13%30.98%-
HSV(B)26.25º18.39%34.12%-
XYZ7.797.937.08-
YUV79.89122.98133.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=36.86%
G=33.05%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87787100.100.180.6626.2510.1330.98
Hex574E470A12421aa1f
Octal12711610701222102321237
Binary1010111100111010001110101010010100001011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574E47; }

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

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

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

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

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

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

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

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