#5A4D2E

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

Shades of West Coast #5A4D2E

Tints of West Coast #5A4D2E

Color information

#5A4D2E (or 0x5A4D2E) is unknown color: approx West Coast. HEX triplet: 5A, 4D and 2E. RGB value is (90,77,46). Sum of RGB (Red+Green+Blue) = 90+77+46=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D2E is #A5B2D1. Grayscale: #4D4D4D. Windows color (decimal): -10859218 or 3034458. OLE color: 3034458.

HSL color Cylindrical-coordinate representation of color #5A4D2E: hue angle of 42.27º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A4D2E is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB907746-
CMYK00.140.490.65
HSL42.27º32.35%26.67%-
HSV(B)42.27º48.89%35.29%-
XYZ7.367.683.68-
YUV77.35110.31137.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.25%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=42.25%
G=36.15%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90774600.140.490.6542.2732.3526.67
Hex5A4D2E0E31412a201b
Octal1321155601661101524033
Binary1011010100110110111001110110001100000110101010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,46); }

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

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

 a { background-color: rgb(90,77,46); }

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

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

 span { border-color: rgb(90,77,46); }

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