#574941

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

Shades of Cork #574941

Tints of Cork #574941

Color information

#574941 (or 0x574941) is unknown color: approx Cork. HEX triplet: 57, 49 and 41. RGB value is (87,73,65). Sum of RGB (Red+Green+Blue) = 87+73+65=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574941 is #A8B6BE. Grayscale: #4C4C4C. Windows color (decimal): -11056831 or 4278615. OLE color: 4278615.

HSL color Cylindrical-coordinate representation of color #574941: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574941 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB877365-
CMYK00.160.250.66
HSL21.82º14.47%29.8%-
HSV(B)21.82º25.29%34.12%-
XYZ7.277.176-
YUV76.27121.64135.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=38.67%
G=32.44%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87736500.160.250.6621.8214.4729.8
Hex574941010194216e1e
Octal12711110102031102261636
Binary10101111001001100000101000011001100001010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574941; }

 p { color: rgb(87,73,65); }

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

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

 a { background-color: rgb(87,73,65); }

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

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

 span { border-color: rgb(87,73,65); }

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