Html Css Color HEX #59512D West Coast

📋 copy color: '#59512D'

red 89 ◦ green 81 ◦ blue 45

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

Shades of West Coast #59512D

Tints of West Coast #59512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 41.4%
G = 37.67%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59512D (or 0x59512D) is known color: West Coast. HEX triplet: 59, 51 and 2D. RGB value is (89,81,45). Sum of RGB (Red+Green+Blue) = 89+81+45=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59512D is #A6AED2. Grayscale: #4F4F4F. Windows color (decimal): -10923731 or 2969945. OLE color: 2969945.

HSL color Cylindrical-coordinate representation of color #59512D: hue angle of 49.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59512D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 45 -
CMYK 0 0.09 0.49 0.65
HSL 49.09º 0.33% 0.26% -
HSV(B) 49.09º 0.49% 0.35% -
XYZ 7.54 8.2 3.67 -
YUV 79.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 89 81 45 0 0.09 0.49 0.65 49.09 0.33 0.26
Hex 59 51 2D 0 9 31 41 31 21 1A
Octal 131 121 55 0 11 61 101 61 41 32
Binary 1011001 1010001 101101 0 1001 110001 1000001 110001 100001 11010

Color Harmonies of #59512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59512D

Black with #59512D

Text Example


Text Example

White with #59512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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