#584F2F

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

Shades of West Coast #584F2F

Tints of West Coast #584F2F

Color information

#584F2F (or 0x584F2F) is unknown color: approx West Coast. HEX triplet: 58, 4F and 2F. RGB value is (88,79,47). Sum of RGB (Red+Green+Blue) = 88+79+47=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #584F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584F2F is #A7B0D0. Grayscale: #4E4E4E. Windows color (decimal): -10989777 or 3100504. OLE color: 3100504.

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

Color convert

RGB887947-
CMYK00.100.470.65
HSL46.83º30.37%26.47%-
HSV(B)46.83º46.59%34.51%-
XYZ7.337.873.82-
YUV78.04110.48135.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=41.12%
G=36.92%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88794700.100.470.6546.8330.3726.47
Hex584F2F0A2F412f1e1a
Octal1301175701257101573632
Binary101100010011111011110101010111110000011011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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