#574D2D

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

Shades of West Coast #574D2D

Tints of West Coast #574D2D

Color information

#574D2D (or 0x574D2D) is unknown color: approx West Coast. HEX triplet: 57, 4D and 2D. RGB value is (87,77,45). Sum of RGB (Red+Green+Blue) = 87+77+45=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #574D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D2D is #A8B2D2. Grayscale: #4C4C4C. Windows color (decimal): -11055827 or 2968919. OLE color: 2968919.

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

Color convert

RGB877745-
CMYK00.110.480.66
HSL45.71º31.82%25.88%-
HSV(B)45.71º48.28%34.12%-
XYZ7.067.523.56-
YUV76.34110.31135.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 77 (30.47% from 255) = 36.84%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=41.63%
G=36.84%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87774500.110.480.6645.7131.8225.88
Hex574D2D0B30422e201a
Octal1271155501360102564032
Binary1010111100110110110101011110000100001010111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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