#5D5327

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

Shades of West Coast #5D5327

Tints of West Coast #5D5327

Color information

#5D5327 (or 0x5D5327) is unknown color: approx West Coast. HEX triplet: 5D, 53 and 27. RGB value is (93,83,39). Sum of RGB (Red+Green+Blue) = 93+83+39=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5327 is #A2ACD8. Grayscale: #515151. Windows color (decimal): -10661081 or 2577245. OLE color: 2577245.

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

Color convert

RGB938339-
CMYK00.110.580.64
HSL48.89º40.91%25.88%-
HSV(B)48.89º58.06%36.47%-
XYZ7.978.663.17-
YUV80.97104.31136.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.26%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=43.26%
G=38.60%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93833900.110.580.6448.8940.9125.88
Hex5D53270B3A4031291a
Octal1351234701372100615132
Binary1011101101001110011101011111010100000011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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