#574D2E

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

Shades of West Coast #574D2E

Tints of West Coast #574D2E

Color information

#574D2E (or 0x574D2E) is unknown color: approx West Coast. HEX triplet: 57, 4D and 2E. RGB value is (87,77,46). Sum of RGB (Red+Green+Blue) = 87+77+46=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #574D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D2E is #A8B2D1. Grayscale: #4C4C4C. Windows color (decimal): -11055826 or 3034455. OLE color: 3034455.

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

Color convert

RGB877746-
CMYK00.110.470.66
HSL45.37º30.83%26.08%-
HSV(B)45.37º47.13%34.12%-
XYZ7.087.533.67-
YUV76.46110.81135.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=41.43%
G=36.67%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87774600.110.470.6645.3730.8326.08
Hex574D2E0B2F422d1f1a
Octal1271155601357102553732
Binary101011110011011011100101110111110000101011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,77,46); }

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

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

 a { background-color: rgb(87,77,46); }

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

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

 span { border-color: rgb(87,77,46); }

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