#574940

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

Shades of Cork #574940

Tints of Cork #574940

Color information

#574940 (or 0x574940) is unknown color: approx Cork. HEX triplet: 57, 49 and 40. RGB value is (87,73,64). Sum of RGB (Red+Green+Blue) = 87+73+64=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574940 is #A8B6BF. Grayscale: #4C4C4C. Windows color (decimal): -11056832 or 4213079. OLE color: 4213079.

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

Color convert

RGB877364-
CMYK00.160.260.66
HSL23.48º15.23%29.61%-
HSV(B)23.48º26.44%34.12%-
XYZ7.247.165.85-
YUV76.16121.14135.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=38.84%
G=32.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87736400.160.260.6623.4815.2329.61
Hex5749400101A4217f1e
Octal12711110002032102271736
Binary10101111001001100000001000011010100001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574940; }

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

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

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

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

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

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

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

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