#574841

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

Shades of Cork #574841

Tints of Cork #574841

Color information

#574841 (or 0x574841) is unknown color: approx Cork. HEX triplet: 57, 48 and 41. RGB value is (87,72,65). Sum of RGB (Red+Green+Blue) = 87+72+65=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574841 is #A8B7BE. Grayscale: #4B4B4B. Windows color (decimal): -11057087 or 4278359. OLE color: 4278359.

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

Color convert

RGB877265-
CMYK00.170.250.66
HSL19.09º14.47%29.8%-
HSV(B)19.09º25.29%34.12%-
XYZ7.27.045.98-
YUV75.69121.97136.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=38.84%
G=32.14%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87726500.170.250.6619.0914.4729.8
Hex574841011194213e1e
Octal12711010102131102231636
Binary10101111001000100000101000111001100001010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574841; }

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

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

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

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

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

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

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

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