Html Css Color HEX #595032 West Coast

📋 copy color: '#595032'

red 89 ◦ green 80 ◦ blue 50

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

Shades of West Coast #595032

Tints of West Coast #595032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 40.64%
G = 36.53%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#595032 (or 0x595032) is known color: West Coast. HEX triplet: 59, 50 and 32. RGB value is (89,80,50). Sum of RGB (Red+Green+Blue) = 89+80+50=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #595032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595032 is #A6AFCD. Grayscale: #4F4F4F. Windows color (decimal): -10923982 or 3297369. OLE color: 3297369.

HSL color Cylindrical-coordinate representation of color #595032: hue angle of 46.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595032 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 50 -
CMYK 0 0.10 0.44 0.65
HSL 46.15º 0.28% 0.27% -
HSV(B) 46.15º 0.44% 0.35% -
XYZ 7.56 8.09 4.18 -
YUV 79.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 89 80 50 0 0.10 0.44 0.65 46.15 0.28 0.27
Hex 59 50 32 0 A 2C 41 2E 1C 1B
Octal 131 120 62 0 12 54 101 56 34 33
Binary 1011001 1010000 110010 0 1010 101100 1000001 101110 11100 11011

Color Harmonies of #595032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595032

Black with #595032

Text Example


Text Example

White with #595032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595032; }

 p { color: rgb(89,80,50); }

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

background-color css

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

 a { background-color: rgb(89,80,50); }

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

border-color css

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

 span { border-color: rgb(89,80,50); }

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