#574C44

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

Shades of Cork #574C44

Tints of Cork #574C44

Color information

#574C44 (or 0x574C44) is unknown color: approx Cork. HEX triplet: 57, 4C and 44. RGB value is (87,76,68). Sum of RGB (Red+Green+Blue) = 87+76+68=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C44 is #A8B3BB. Grayscale: #4E4E4E. Windows color (decimal): -11056060 or 4475991. OLE color: 4475991.

HSL color Cylindrical-coordinate representation of color #574C44: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574C44 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB877668-
CMYK00.130.220.66
HSL25.26º12.26%30.39%-
HSV(B)25.26º21.84%34.12%-
XYZ7.567.616.54-
YUV78.38122.14134.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=37.66%
G=32.90%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87766800.130.220.6625.2612.2630.39
Hex574C440D164219c1e
Octal12711410401526102311436
Binary1010111100110010001000110110110100001011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,68); }

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

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

 a { background-color: rgb(87,76,68); }

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

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

 span { border-color: rgb(87,76,68); }

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