Html Css Color HEX #595034 West Coast

📋 copy color: '#595034'

red 89 ◦ green 80 ◦ blue 52

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

Shades of West Coast #595034

Tints of West Coast #595034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 40.27%
G = 36.2%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#595034 (or 0x595034) is known color: West Coast. HEX triplet: 59, 50 and 34. RGB value is (89,80,52). Sum of RGB (Red+Green+Blue) = 89+80+52=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #595034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595034 is #A6AFCB. Grayscale: #4F4F4F. Windows color (decimal): -10923980 or 3428441. OLE color: 3428441.

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

Color convert

RGB 89 80 52 -
CMYK 0 0.10 0.42 0.65
HSL 45.41º 0.26% 0.28% -
HSV(B) 45.41º 0.42% 0.35% -
XYZ 7.61 8.11 4.41 -
YUV 79.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 89 80 52 0 0.10 0.42 0.65 45.41 0.26 0.28
Hex 59 50 34 0 A 2A 41 2D 1A 1C
Octal 131 120 64 0 12 52 101 55 32 34
Binary 1011001 1010000 110100 0 1010 101010 1000001 101101 11010 11100

Color Harmonies of #595034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595034

Black with #595034

Text Example


Text Example

White with #595034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595034; }

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

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

background-color css

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

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

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

border-color css

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

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

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