#5A522A

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

Shades of West Coast #5A522A

Tints of West Coast #5A522A

Color information

#5A522A (or 0x5A522A) is unknown color: approx West Coast. HEX triplet: 5A, 52 and 2A. RGB value is (90,82,42). Sum of RGB (Red+Green+Blue) = 90+82+42=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A522A is #A5ADD5. Grayscale: #505050. Windows color (decimal): -10857942 or 2773594. OLE color: 2773594.

HSL color Cylindrical-coordinate representation of color #5A522A: hue angle of 50º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A522A is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB908242-
CMYK00.090.530.65
HSL50º36.36%25.88%-
HSV(B)50º53.33%35.29%-
XYZ7.658.383.4-
YUV79.83106.65135.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.06%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=42.06%
G=38.32%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90824200.090.530.655036.3625.88
Hex5A522A09354132241a
Octal1321225201165101624432
Binary1011010101001010101001001110101100000111001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,42); }

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

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

 a { background-color: rgb(90,82,42); }

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

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

 span { border-color: rgb(90,82,42); }

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