Html Css Color HEX #5A4E30 West Coast

📋 copy color: '#5A4E30'

red 90 ◦ green 78 ◦ blue 48

#5A4E30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #5A4E30

Tints of West Coast #5A4E30

RGB

 RED value IS 90 (35.55% from 255) = 41.67%

 GREEN value IS 78 (30.86% from 255) = 36.11%

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 41.67%
G = 36.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#5A4E30 (or 0x5A4E30) is known color: West Coast. HEX triplet: 5A, 4E and 30. RGB value is (90,78,48). Sum of RGB (Red+Green+Blue) = 90+78+48=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E30 is #A5B1CF. Grayscale: #4E4E4E. Windows color (decimal): -10858960 or 3165786. OLE color: 3165786.

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

Color convert

RGB 90 78 48 -
CMYK 0 0.13 0.47 0.65
HSL 42.86º 0.3% 0.27% -
HSV(B) 42.86º 0.47% 0.35% -
XYZ 7.47 7.84 3.91 -
YUV 78.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 90 78 48 0 0.13 0.47 0.65 42.86 0.3 0.27
Hex 5A 4E 30 0 D 2F 41 2B 1E 1B
Octal 132 116 60 0 15 57 101 53 36 33
Binary 1011010 1001110 110000 0 1101 101111 1000001 101011 11110 11011

Color Harmonies of #5A4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E30

Black with #5A4E30

Text Example


Text Example

White with #5A4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,48); }

 H1.HeaderClassName
 {
   color: #5A4E30;
 }
 .AnyTagClassName
 {
   color: #5A4E30;
 }
</style>

background-color css

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

 a { background-color: rgb(90,78,48); }

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

border-color css

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

 span { border-color: rgb(90,78,48); }

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