#574840

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

Shades of Cork #574840

Tints of Cork #574840

Color information

#574840 (or 0x574840) is unknown color: approx Cork. HEX triplet: 57, 48 and 40. RGB value is (87,72,64). Sum of RGB (Red+Green+Blue) = 87+72+64=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #574840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574840 is #A8B7BF. Grayscale: #4B4B4B. Windows color (decimal): -11057088 or 4212823. OLE color: 4212823.

HSL color Cylindrical-coordinate representation of color #574840: hue angle of 20.87º 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 #574840 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB877264-
CMYK00.170.260.66
HSL20.87º15.23%29.61%-
HSV(B)20.87º26.44%34.12%-
XYZ7.177.035.83-
YUV75.57121.47136.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.01%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=39.01%
G=32.29%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87726400.170.260.6620.8715.2329.61
Hex5748400111A4215f1e
Octal12711010002132102251736
Binary10101111001000100000001000111010100001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574840; }

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

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

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

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

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

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

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

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