Html Css Color HEX #595030 West Coast

📋 copy color: '#595030'

red 89 ◦ green 80 ◦ blue 48

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

Shades of West Coast #595030

Tints of West Coast #595030

RGB

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

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

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

R = 41.01%
G = 36.87%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#595030 (or 0x595030) is known color: West Coast. HEX triplet: 59, 50 and 30. RGB value is (89,80,48). Sum of RGB (Red+Green+Blue) = 89+80+48=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #595030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595030 is #A6AFCF. Grayscale: #4F4F4F. Windows color (decimal): -10923984 or 3166297. OLE color: 3166297.

HSL color Cylindrical-coordinate representation of color #595030: hue angle of 46.83º 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 #595030 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 48 -
CMYK 0 0.10 0.46 0.65
HSL 46.83º 0.3% 0.27% -
HSV(B) 46.83º 0.46% 0.35% -
XYZ 7.52 8.07 3.96 -
YUV 79.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 89 80 48 0 0.10 0.46 0.65 46.83 0.3 0.27
Hex 59 50 30 0 A 2E 41 2F 1E 1B
Octal 131 120 60 0 12 56 101 57 36 33
Binary 1011001 1010000 110000 0 1010 101110 1000001 101111 11110 11011

Color Harmonies of #595030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595030

Black with #595030

Text Example


Text Example

White with #595030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595030; }

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

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

background-color css

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

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

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

border-color css

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

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

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