#584F31

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

Shades of West Coast #584F31

Tints of West Coast #584F31

Color information

#584F31 (or 0x584F31) is unknown color: approx West Coast. HEX triplet: 58, 4F and 31. RGB value is (88,79,49). Sum of RGB (Red+Green+Blue) = 88+79+49=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #584F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F31 is #A7B0CE. Grayscale: #4E4E4E. Windows color (decimal): -10989775 or 3231576. OLE color: 3231576.

HSL color Cylindrical-coordinate representation of color #584F31: hue angle of 46.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584F31 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB887949-
CMYK00.100.440.65
HSL46.15º28.47%26.86%-
HSV(B)46.15º44.32%34.51%-
XYZ7.377.894.04-
YUV78.27111.48134.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=40.74%
G=36.57%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88794900.100.440.6546.1528.4726.86
Hex584F310A2C412e1c1b
Octal1301176101254101563433
Binary101100010011111100010101010110010000011011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F31; }

 p { color: rgb(88,79,49); }

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

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

 a { background-color: rgb(88,79,49); }

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

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

 span { border-color: rgb(88,79,49); }

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