#5d522c

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

Shades of West Coast #5D522C

Tints of West Coast #5D522C

Color information

#5D522C (or 0x5D522C) is unknown color: approx West Coast. HEX triplet: 5D, 52 and 2C. RGB value is (93,82,44). Sum of RGB (Red+Green+Blue) = 93+82+44=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D522C is #A2ADD3. Grayscale: #515151. Windows color (decimal): -10661332 or 2904669. OLE color: 2904669.

HSL color Cylindrical-coordinate representation of color #5D522C: hue angle of 46.53º 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 #5D522C is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB938244-
CMYK00.120.530.64
HSL46.53º35.77%26.86%-
HSV(B)46.53º52.69%36.47%-
XYZ7.998.543.61-
YUV80.96107.14136.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=42.47%
G=37.44%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93824400.120.530.6446.5335.7726.86
Hex5D522C0C35402f241b
Octal1351225401465100574433
Binary1011101101001010110001100110101100000010111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d522c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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