#5E512C

Color #5E512C West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #5E512C

Tints of West Coast #5E512C

Color information

#5E512C (or 0x5E512C) is unknown color: approx West Coast. HEX triplet: 5E, 51 and 2C. RGB value is (94,81,44). Sum of RGB (Red+Green+Blue) = 94+81+44=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 94 - color contains mainly: red. Hex color #5E512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E512C is #A1AED3. Grayscale: #505050. Windows color (decimal): -10596052 or 2904414. OLE color: 2904414.

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

Color convert

RGB948144-
CMYK00.140.530.63
HSL44.4º36.23%27.06%-
HSV(B)44.4º53.19%36.86%-
XYZ8.018.453.59-
YUV80.67107.31137.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.92%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=42.92%
G=36.99%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94814400.140.530.6344.436.2327.06
Hex5E512C0E353F2c241b
Octal136121540166577544433
Binary101111010100011011000111011010111111110110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,44); }

 H1.HeaderClassName
 {
   color: #5E512C;
 }
 .AnyTagClassName
 {
   color: #5E512C;
 }
</style>
background-color css

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

 a { background-color: rgb(94,81,44); }

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

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

 span { border-color: rgb(94,81,44); }

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