#574942

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

Shades of Cork #574942

Tints of Cork #574942

Color information

#574942 (or 0x574942) is unknown color: approx Cork. HEX triplet: 57, 49 and 42. RGB value is (87,73,66). Sum of RGB (Red+Green+Blue) = 87+73+66=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #574942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574942 is #A8B6BD. Grayscale: #4C4C4C. Windows color (decimal): -11056830 or 4344151. OLE color: 4344151.

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

Color convert

RGB877366-
CMYK00.160.240.66
HSL20º13.73%30%-
HSV(B)20º24.14%34.12%-
XYZ7.37.186.16-
YUV76.39122.14135.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 66 (26.17% from 255) = 29.20%
R=38.50%
G=32.30%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87736600.160.240.662013.7330
Hex574942010184214e1e
Octal12711110202030102241636
Binary10101111001001100001001000011000100001010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574942; }

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

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

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

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

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

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

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

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