#5D4C2C

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

Shades of West Coast #5D4C2C

Tints of West Coast #5D4C2C

Color information

#5D4C2C (or 0x5D4C2C) is unknown color: approx West Coast. HEX triplet: 5D, 4C and 2C. RGB value is (93,76,44). Sum of RGB (Red+Green+Blue) = 93+76+44=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4C2C is #A2B3D3. Grayscale: #4D4D4D. Windows color (decimal): -10662868 or 2903133. OLE color: 2903133.

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

Color convert

RGB937644-
CMYK00.180.530.64
HSL39.18º35.77%26.86%-
HSV(B)39.18º52.69%36.47%-
XYZ7.557.683.47-
YUV77.44109.13139.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=43.66%
G=35.68%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93764400.180.530.6439.1835.7726.86
Hex5D4C2C012354027241b
Octal1351145402265100474433
Binary10111011001100101100010010110101100000010011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,76,44); }

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

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

 a { background-color: rgb(93,76,44); }

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

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

 span { border-color: rgb(93,76,44); }

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