#5D523A

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

Shades of West Coast #5D523A

Tints of West Coast #5D523A

Color information

#5D523A (or 0x5D523A) is unknown color: approx West Coast. HEX triplet: 5D, 52 and 3A. RGB value is (93,82,58). Sum of RGB (Red+Green+Blue) = 93+82+58=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 93 - color contains mainly: red. Hex color #5D523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D523A is #A2ADC5. Grayscale: #525252. Windows color (decimal): -10661318 or 3822173. OLE color: 3822173.

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

Color convert

RGB938258-
CMYK00.120.380.64
HSL41.14º23.18%29.61%-
HSV(B)41.14º37.63%36.47%-
XYZ8.38.675.24-
YUV82.55114.14135.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=39.91%
G=35.19%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93825800.120.380.6441.1423.1829.61
Hex5D523A0C264029171e
Octal1351227201446100512736
Binary101110110100101110100110010011010000001010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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