Html Css Color HEX #5E552D West Coast

📋 copy color: '#5E552D'

red 94 ◦ green 85 ◦ blue 45

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

Shades of West Coast #5E552D

Tints of West Coast #5E552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 41.96%
G = 37.95%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5E552D (or 0x5E552D) is known color: West Coast. HEX triplet: 5E, 55 and 2D. RGB value is (94,85,45). Sum of RGB (Red+Green+Blue) = 94+85+45=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E552D is #A1AAD2. Grayscale: #535353. Windows color (decimal): -10595027 or 2970974. OLE color: 2970974.

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

Color convert

RGB 94 85 45 -
CMYK 0 0.10 0.52 0.63
HSL 48.98º 0.35% 0.27% -
HSV(B) 48.98º 0.52% 0.37% -
XYZ 8.34 9.07 3.79 -
YUV 83.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 94 85 45 0 0.10 0.52 0.63 48.98 0.35 0.27
Hex 5E 55 2D 0 A 34 3F 31 23 1B
Octal 136 125 55 0 12 64 77 61 43 33
Binary 1011110 1010101 101101 0 1010 110100 111111 110001 100011 11011

Color Harmonies of #5E552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E552D

Black with #5E552D

Text Example


Text Example

White with #5E552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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