Html Css Color HEX #594D30 West Coast

📋 copy color: '#594D30'

red 89 ◦ green 77 ◦ blue 48

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

Shades of West Coast #594D30

Tints of West Coast #594D30

RGB

 RED value IS 89 (35.16% from 255) = 41.59%

 GREEN value IS 77 (30.47% from 255) = 35.98%

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

R = 41.59%
G = 35.98%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#594D30 (or 0x594D30) is known color: West Coast. HEX triplet: 59, 4D and 30. RGB value is (89,77,48). Sum of RGB (Red+Green+Blue) = 89+77+48=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #594D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D30 is #A6B2CF. Grayscale: #4D4D4D. Windows color (decimal): -10924752 or 3165529. OLE color: 3165529.

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

Color convert

RGB 89 77 48 -
CMYK 0 0.13 0.46 0.65
HSL 42.44º 0.3% 0.27% -
HSV(B) 42.44º 0.46% 0.35% -
XYZ 7.31 7.65 3.89 -
YUV 77.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 89 77 48 0 0.13 0.46 0.65 42.44 0.3 0.27
Hex 59 4D 30 0 D 2E 41 2A 1E 1B
Octal 131 115 60 0 15 56 101 52 36 33
Binary 1011001 1001101 110000 0 1101 101110 1000001 101010 11110 11011

Color Harmonies of #594D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D30

Black with #594D30

Text Example


Text Example

White with #594D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594D30; }

 p { color: rgb(89,77,48); }

 H1.HeaderClassName
 {
   color: #594D30;
 }
 .AnyTagClassName
 {
   color: #594D30;
 }
</style>

background-color css

<style>
 a { background-color: #594D30; }

 a { background-color: rgb(89,77,48); }

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

border-color css

<style>
 span { border-color: #594D30; }

 span { border-color: rgb(89,77,48); }

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