Html Css Color HEX #5E5338 West Coast

📋 copy color: '#5E5338'

red 94 ◦ green 83 ◦ blue 56

#5E5338
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #5E5338

Tints of West Coast #5E5338

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 value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#5E5338 (or 0x5E5338) is known color: 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

RGB 94 83 56 -
CMYK 0 0.12 0.40 0.63
HSL 42.63º 0.25% 0.29% -
HSV(B) 42.63º 0.4% 0.37% -
XYZ 8.42 8.85 5.01 -
YUV 83.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 94 83 56 0 0.12 0.40 0.63 42.63 0.25 0.29
Hex 5E 53 38 0 C 28 3F 2B 19 1D
Octal 136 123 70 0 14 50 77 53 31 35
Binary 1011110 1010011 111000 0 1100 101000 111111 101011 11001 11101

Color Harmonies of #5E5338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5338

Black with #5E5338

Text Example


Text Example

White with #5E5338

Text Example


Text Example

HTML Codes & Css Web 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>