Html Css Color HEX #595035 West Coast

📋 copy color: '#595035'

red 89 ◦ green 80 ◦ blue 53

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

Shades of West Coast #595035

Tints of West Coast #595035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 40.09%
G = 36.04%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#595035 (or 0x595035) is known color: West Coast. HEX triplet: 59, 50 and 35. RGB value is (89,80,53). Sum of RGB (Red+Green+Blue) = 89+80+53=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #595035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595035 is #A6AFCA. Grayscale: #4F4F4F. Windows color (decimal): -10923979 or 3493977. OLE color: 3493977.

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

Color convert

RGB 89 80 53 -
CMYK 0 0.10 0.40 0.65
HSL 45º 0.25% 0.28% -
HSV(B) 45º 0.4% 0.35% -
XYZ 7.63 8.12 4.53 -
YUV 79.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 89 80 53 0 0.10 0.40 0.65 45 0.25 0.28
Hex 59 50 35 0 A 28 41 2D 19 1C
Octal 131 120 65 0 12 50 101 55 31 34
Binary 1011001 1010000 110101 0 1010 101000 1000001 101101 11001 11100

Color Harmonies of #595035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595035

Black with #595035

Text Example


Text Example

White with #595035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595035; }

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

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

background-color css

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

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

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

border-color css

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

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

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