#5E5036

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

Shades of West Coast #5E5036

Tints of West Coast #5E5036

Color information

#5E5036 (or 0x5E5036) is unknown color: approx West Coast. HEX triplet: 5E, 50 and 36. RGB value is (94,80,54). Sum of RGB (Red+Green+Blue) = 94+80+54=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5036 is #A1AFC9. Grayscale: #515151. Windows color (decimal): -10596298 or 3559518. OLE color: 3559518.

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

Color convert

RGB948054-
CMYK00.150.430.63
HSL39º27.03%29.02%-
HSV(B)39º42.55%36.86%-
XYZ8.158.384.68-
YUV81.22112.64137.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.23%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=41.23%
G=35.09%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94805400.150.430.633927.0329.02
Hex5E50360F2B3F271b1d
Octal136120660175377473335
Binary10111101010000110110011111010111111111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,80,54); }

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

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

 a { background-color: rgb(94,80,54); }

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

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

 span { border-color: rgb(94,80,54); }

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