Html Css Color HEX #5E5438 West Coast

📋 copy color: '#5E5438'

red 94 ◦ green 84 ◦ blue 56

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

Shades of West Coast #5E5438

Tints of West Coast #5E5438

RGB

 RED value IS 94 (37.11% from 255) = 40.17%

 GREEN value IS 84 (33.2% from 255) = 35.9%

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 40.17%
G = 35.9%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#5E5438 (or 0x5E5438) is known color: West Coast. HEX triplet: 5E, 54 and 38. RGB value is (94,84,56). Sum of RGB (Red+Green+Blue) = 94+84+56=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5438 is #A1ABC7. Grayscale: #535353. Windows color (decimal): -10595272 or 3691614. OLE color: 3691614.

HSL color Cylindrical-coordinate representation of color #5E5438: hue angle of 44.21º 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 #5E5438 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 84 56 -
CMYK 0 0.11 0.40 0.63
HSL 44.21º 0.25% 0.29% -
HSV(B) 44.21º 0.4% 0.37% -
XYZ 8.5 9.01 5.03 -
YUV 83.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 94 84 56 0 0.11 0.40 0.63 44.21 0.25 0.29
Hex 5E 54 38 0 B 28 3F 2C 19 1D
Octal 136 124 70 0 13 50 77 54 31 35
Binary 1011110 1010100 111000 0 1011 101000 111111 101100 11001 11101

Color Harmonies of #5E5438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5438

Black with #5E5438

Text Example


Text Example

White with #5E5438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E5438;
 }
 .AnyTagClassName
 {
   color: #5E5438;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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