#574E48

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

Shades of Cork #574E48

Tints of Cork #574E48

Color information

#574E48 (or 0x574E48) is unknown color: approx Cork. HEX triplet: 57, 4E and 48. RGB value is (87,78,72). Sum of RGB (Red+Green+Blue) = 87+78+72=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E48 is #A8B1B7. Grayscale: #505050. Windows color (decimal): -11055544 or 4738647. OLE color: 4738647.

HSL color Cylindrical-coordinate representation of color #574E48: hue angle of 24º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574E48 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB877872-
CMYK00.100.170.66
HSL24º9.43%31.18%-
HSV(B)24º17.24%34.12%-
XYZ7.827.947.25-
YUV80.01123.48132.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=36.71%
G=32.91%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87787200.100.170.66249.4331.18
Hex574E480A11421891f
Octal12711611001221102301137
Binary1010111100111010010000101010001100001011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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