#574A41

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

Shades of Cork #574A41

Tints of Cork #574A41

Color information

#574A41 (or 0x574A41) is unknown color: approx Cork. HEX triplet: 57, 4A and 41. RGB value is (87,74,65). Sum of RGB (Red+Green+Blue) = 87+74+65=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #574A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A41 is #A8B5BE. Grayscale: #4C4C4C. Windows color (decimal): -11056575 or 4278871. OLE color: 4278871.

HSL color Cylindrical-coordinate representation of color #574A41: hue angle of 24.55º 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 #574A41 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB877465-
CMYK00.150.250.66
HSL24.55º14.47%29.8%-
HSV(B)24.55º25.29%34.12%-
XYZ7.337.316.02-
YUV76.86121.31135.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=38.50%
G=32.74%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87746500.150.250.6624.5514.4729.8
Hex574A410F194219e1e
Octal12711210101731102311636
Binary1010111100101010000010111111001100001011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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