Html Css Color HEX #594F2F West Coast

📋 copy color: '#594F2F'

red 89 ◦ green 79 ◦ blue 47

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

Shades of West Coast #594F2F

Tints of West Coast #594F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.74%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 41.4%
G = 36.74%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#594F2F (or 0x594F2F) is known color: West Coast. HEX triplet: 59, 4F and 2F. RGB value is (89,79,47). Sum of RGB (Red+Green+Blue) = 89+79+47=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #594F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F2F is #A6B0D0. Grayscale: #4E4E4E. Windows color (decimal): -10924241 or 3100505. OLE color: 3100505.

HSL color Cylindrical-coordinate representation of color #594F2F: hue angle of 45.71º degrees, saturation: 0.31, 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 #594F2F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 79 47 -
CMYK 0 0.11 0.47 0.65
HSL 45.71º 0.31% 0.27% -
HSV(B) 45.71º 0.47% 0.35% -
XYZ 7.43 7.92 3.83 -
YUV 78.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 89 79 47 0 0.11 0.47 0.65 45.71 0.31 0.27
Hex 59 4F 2F 0 B 2F 41 2E 1F 1B
Octal 131 117 57 0 13 57 101 56 37 33
Binary 1011001 1001111 101111 0 1011 101111 1000001 101110 11111 11011

Color Harmonies of #594F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F2F

Black with #594F2F

Text Example


Text Example

White with #594F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,47); }

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

background-color css

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

 a { background-color: rgb(89,79,47); }

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

border-color css

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

 span { border-color: rgb(89,79,47); }

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