#585034

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

Shades of West Coast #585034

Tints of West Coast #585034

Color information

#585034 (or 0x585034) is unknown color: approx West Coast. HEX triplet: 58, 50 and 34. RGB value is (88,80,52). Sum of RGB (Red+Green+Blue) = 88+80+52=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #585034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585034 is #A7AFCB. Grayscale: #4F4F4F. Windows color (decimal): -10989516 or 3428440. OLE color: 3428440.

HSL color Cylindrical-coordinate representation of color #585034: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585034 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB888052-
CMYK00.090.410.65
HSL46.67º25.71%27.45%-
HSV(B)46.67º40.91%34.51%-
XYZ7.518.064.41-
YUV79.2112.65134.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=40%
G=36.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88805200.090.410.6546.6725.7127.45
Hex5850340929412f1a1b
Octal1301206401151101573233
Binary101100010100001101000100110100110000011011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585034; }

 p { color: rgb(88,80,52); }

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

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

 a { background-color: rgb(88,80,52); }

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

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

 span { border-color: rgb(88,80,52); }

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