#5D5228

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

Shades of West Coast #5D5228

Tints of West Coast #5D5228

Color information

#5D5228 (or 0x5D5228) is unknown color: approx West Coast. HEX triplet: 5D, 52 and 28. RGB value is (93,82,40). Sum of RGB (Red+Green+Blue) = 93+82+40=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5228 is #A2ADD7. Grayscale: #505050. Windows color (decimal): -10661336 or 2642525. OLE color: 2642525.

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

Color convert

RGB938240-
CMYK00.120.570.64
HSL47.55º39.85%26.08%-
HSV(B)47.55º56.99%36.47%-
XYZ7.918.513.23-
YUV80.5105.14136.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.26%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=43.26%
G=38.14%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93824000.120.570.6447.5539.8526.08
Hex5D52280C394030281a
Octal1351225001471100605032
Binary1011101101001010100001100111001100000011000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,82,40); }

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

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

 a { background-color: rgb(93,82,40); }

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

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

 span { border-color: rgb(93,82,40); }

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