#5E5338

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

Shades of West Coast #5E5338

Tints of West Coast #5E5338

Color information

#5E5338 (or 0x5E5338) is unknown color: approx West Coast. HEX triplet: 5E, 53 and 38. RGB value is (94,83,56). Sum of RGB (Red+Green+Blue) = 94+83+56=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5338 is #A1ACC7. Grayscale: #535353. Windows color (decimal): -10595528 or 3691358. OLE color: 3691358.

HSL color Cylindrical-coordinate representation of color #5E5338: hue angle of 42.63º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E5338 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB948356-
CMYK00.120.400.63
HSL42.63º25.33%29.41%-
HSV(B)42.63º40.43%36.86%-
XYZ8.428.855.01-
YUV83.21112.64135.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.34%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=40.34%
G=35.62%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94835600.120.400.6342.6325.3329.41
Hex5E53380C283F2b191d
Octal136123700145077533135
Binary10111101010011111000011001010001111111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,83,56); }

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

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

 a { background-color: rgb(94,83,56); }

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

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

 span { border-color: rgb(94,83,56); }

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