Html Css Color HEX #595130 West Coast

📋 copy color: '#595130'

red 89 ◦ green 81 ◦ blue 48

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

Shades of West Coast #595130

Tints of West Coast #595130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 40.83%
G = 37.16%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#595130 (or 0x595130) is known color: West Coast. HEX triplet: 59, 51 and 30. RGB value is (89,81,48). Sum of RGB (Red+Green+Blue) = 89+81+48=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #595130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595130 is #A6AECF. Grayscale: #4F4F4F. Windows color (decimal): -10923728 or 3166553. OLE color: 3166553.

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

Color convert

RGB 89 81 48 -
CMYK 0 0.09 0.46 0.65
HSL 48.29º 0.3% 0.27% -
HSV(B) 48.29º 0.46% 0.35% -
XYZ 7.6 8.22 3.98 -
YUV 79.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 89 81 48 0 0.09 0.46 0.65 48.29 0.3 0.27
Hex 59 51 30 0 9 2E 41 30 1E 1B
Octal 131 121 60 0 11 56 101 60 36 33
Binary 1011001 1010001 110000 0 1001 101110 1000001 110000 11110 11011

Color Harmonies of #595130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595130

Black with #595130

Text Example


Text Example

White with #595130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595130; }

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

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

background-color css

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

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

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

border-color css

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

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

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