Html Css Color HEX #59611C Saratoga

📋 copy color: '#59611C'

red 89 ◦ green 97 ◦ blue 28

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

Shades of Saratoga #59611C

Tints of Saratoga #59611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 41.59%
G = 45.33%
B = 13.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#59611C (or 0x59611C) is known color: Saratoga. HEX triplet: 59, 61 and 1C. RGB value is (89,97,28). Sum of RGB (Red+Green+Blue) = 89+97+28=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #59611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59611C is #A69EE3. Grayscale: #575757. Windows color (decimal): -10919652 or 1859929. OLE color: 1859929.

HSL color Cylindrical-coordinate representation of color #59611C: hue angle of 66.96º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59611C is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 97 28 -
CMYK 0.08 0 0.71 0.62
HSL 66.96º 0.55% 0.25% -
HSV(B) 66.96º 0.71% 0.38% -
XYZ 8.6 10.76 2.72 -
YUV 86.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 89 97 28 0.08 0 0.71 0.62 66.96 0.55 0.25
Hex 59 61 1C 8 0 47 3E 43 37 19
Octal 131 141 34 10 0 107 76 103 67 31
Binary 1011001 1100001 11100 1000 0 1000111 111110 1000011 110111 11001

Color Harmonies of #59611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59611C

Black with #59611C

Text Example


Text Example

White with #59611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59611C; }

 p { color: rgb(89,97,28); }

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

background-color css

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

 a { background-color: rgb(89,97,28); }

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

border-color css

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

 span { border-color: rgb(89,97,28); }

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