Html Css Color HEX #59601C Saratoga

📋 copy color: '#59601C'

red 89 ◦ green 96 ◦ blue 28

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

Shades of Saratoga #59601C

Tints of Saratoga #59601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 41.78%
G = 45.07%
B = 13.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#59601C (or 0x59601C) is known color: Saratoga. HEX triplet: 59, 60 and 1C. RGB value is (89,96,28). Sum of RGB (Red+Green+Blue) = 89+96+28=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #59601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59601C is #A69FE3. Grayscale: #565656. Windows color (decimal): -10919908 or 1859673. OLE color: 1859673.

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

Color convert

RGB 89 96 28 -
CMYK 0.07 0 0.71 0.62
HSL 66.18º 0.55% 0.24% -
HSV(B) 66.18º 0.71% 0.38% -
XYZ 8.51 10.57 2.69 -
YUV 86.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 89 96 28 0.07 0 0.71 0.62 66.18 0.55 0.24
Hex 59 60 1C 7 0 47 3E 42 37 18
Octal 131 140 34 7 0 107 76 102 67 30
Binary 1011001 1100000 11100 111 0 1000111 111110 1000010 110111 11000

Color Harmonies of #59601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59601C

Black with #59601C

Text Example


Text Example

White with #59601C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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