Html Css Color HEX #5E5529 West Coast

📋 copy color: '#5E5529'

red 94 ◦ green 85 ◦ blue 41

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

Shades of West Coast #5E5529

Tints of West Coast #5E5529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 42.73%
G = 38.64%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#5E5529 (or 0x5E5529) is known color: West Coast. HEX triplet: 5E, 55 and 29. RGB value is (94,85,41). Sum of RGB (Red+Green+Blue) = 94+85+41=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5529 is #A1AAD6. Grayscale: #525252. Windows color (decimal): -10595031 or 2708830. OLE color: 2708830.

HSL color Cylindrical-coordinate representation of color #5E5529: hue angle of 49.81º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E5529 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 85 41 -
CMYK 0 0.10 0.56 0.63
HSL 49.81º 0.39% 0.26% -
HSV(B) 49.81º 0.56% 0.37% -
XYZ 8.26 9.04 3.41 -
YUV 82.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 94 85 41 0 0.10 0.56 0.63 49.81 0.39 0.26
Hex 5E 55 29 0 A 38 3F 32 27 1A
Octal 136 125 51 0 12 70 77 62 47 32
Binary 1011110 1010101 101001 0 1010 111000 111111 110010 100111 11010

Color Harmonies of #5E5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5529

Black with #5E5529

Text Example


Text Example

White with #5E5529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,85,41); }

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

background-color css

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

 a { background-color: rgb(94,85,41); }

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

border-color css

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

 span { border-color: rgb(94,85,41); }

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