#5F5837

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

Shades of West Coast #5F5837

Tints of West Coast #5F5837

Color information

#5F5837 (or 0x5F5837) is unknown color: approx West Coast. HEX triplet: 5F, 58 and 37. RGB value is (95,88,55). Sum of RGB (Red+Green+Blue) = 95+88+55=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5837 is #A0A7C8. Grayscale: #565656. Windows color (decimal): -10528713 or 3627103. OLE color: 3627103.

HSL color Cylindrical-coordinate representation of color #5F5837: hue angle of 49.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F5837 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB958855-
CMYK00.070.420.63
HSL49.5º26.67%29.41%-
HSV(B)49.5º42.11%37.25%-
XYZ8.99.695.02-
YUV86.33110.32134.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.92%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=39.92%
G=36.97%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95885500.070.420.6349.526.6729.41
Hex5F5837072A3F321b1d
Octal13713067075277623335
Binary1011111101100011011101111010101111111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F5837; }

 p { color: rgb(95,88,55); }

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

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

 a { background-color: rgb(95,88,55); }

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

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

 span { border-color: rgb(95,88,55); }

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