#5A502A

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

Shades of West Coast #5A502A

Tints of West Coast #5A502A

Color information

#5A502A (or 0x5A502A) is unknown color: approx West Coast. HEX triplet: 5A, 50 and 2A. RGB value is (90,80,42). Sum of RGB (Red+Green+Blue) = 90+80+42=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A502A is #A5AFD5. Grayscale: #4E4E4E. Windows color (decimal): -10858454 or 2773082. OLE color: 2773082.

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

Color convert

RGB908042-
CMYK00.110.530.65
HSL47.5º36.36%25.88%-
HSV(B)47.5º53.33%35.29%-
XYZ7.58.083.35-
YUV78.66107.31136.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=42.45%
G=37.74%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90804200.110.530.6547.536.3625.88
Hex5A502A0B354130241a
Octal1321205201365101604432
Binary1011010101000010101001011110101100000111000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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