Html Css Color HEX #5E4D32 West Coast

📋 copy color: '#5E4D32'

red 94 ◦ green 77 ◦ blue 50

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

Shades of West Coast #5E4D32

Tints of West Coast #5E4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.84%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 42.53%
G = 34.84%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E4D32 (or 0x5E4D32) is known color: West Coast. HEX triplet: 5E, 4D and 32. RGB value is (94,77,50). Sum of RGB (Red+Green+Blue) = 94+77+50=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E4D32 is #A1B2CD. Grayscale: #4F4F4F. Windows color (decimal): -10597070 or 3296606. OLE color: 3296606.

HSL color Cylindrical-coordinate representation of color #5E4D32: hue angle of 36.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4D32 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 77 50 -
CMYK 0 0.18 0.47 0.63
HSL 36.82º 0.31% 0.28% -
HSV(B) 36.82º 0.47% 0.37% -
XYZ 7.85 7.92 4.13 -
YUV 79.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 94 77 50 0 0.18 0.47 0.63 36.82 0.31 0.28
Hex 5E 4D 32 0 12 2F 3F 25 1F 1C
Octal 136 115 62 0 22 57 77 45 37 34
Binary 1011110 1001101 110010 0 10010 101111 111111 100101 11111 11100

Color Harmonies of #5E4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4D32

Black with #5E4D32

Text Example


Text Example

White with #5E4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,77,50); }

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

background-color css

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

 a { background-color: rgb(94,77,50); }

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

border-color css

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

 span { border-color: rgb(94,77,50); }

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