#5D532F

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

Shades of West Coast #5D532F

Tints of West Coast #5D532F

Color information

#5D532F (or 0x5D532F) is unknown color: approx West Coast. HEX triplet: 5D, 53 and 2F. RGB value is (93,83,47). Sum of RGB (Red+Green+Blue) = 93+83+47=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 93 - color contains mainly: red. Hex color #5D532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D532F is #A2ACD0. Grayscale: #525252. Windows color (decimal): -10661073 or 3101533. OLE color: 3101533.

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

Color convert

RGB938347-
CMYK00.110.490.64
HSL46.96º32.86%27.45%-
HSV(B)46.96º49.46%36.47%-
XYZ8.128.723.94-
YUV81.89108.31135.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.70%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=41.70%
G=37.22%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93834700.110.490.6446.9632.8627.45
Hex5D532F0B31402f211b
Octal1351235701361100574133
Binary1011101101001110111101011110001100000010111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,83,47); }

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

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

 a { background-color: rgb(93,83,47); }

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

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

 span { border-color: rgb(93,83,47); }

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