Html Css Color HEX #59601E Saratoga

📋 copy color: '#59601E'

red 89 ◦ green 96 ◦ blue 30

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

Shades of Saratoga #59601E

Tints of Saratoga #59601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.95%

R = 41.4%
G = 44.65%
B = 13.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#59601E (or 0x59601E) is known color: Saratoga. HEX triplet: 59, 60 and 1E. RGB value is (89,96,30). Sum of RGB (Red+Green+Blue) = 89+96+30=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #59601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59601E is #A69FE1. Grayscale: #565656. Windows color (decimal): -10919906 or 1990745. OLE color: 1990745.

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

Color convert

RGB 89 96 30 -
CMYK 0.07 0 0.69 0.62
HSL 66.36º 0.52% 0.25% -
HSV(B) 66.36º 0.69% 0.38% -
XYZ 8.54 10.58 2.82 -
YUV 86.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 89 96 30 0.07 0 0.69 0.62 66.36 0.52 0.25
Hex 59 60 1E 7 0 45 3E 42 34 19
Octal 131 140 36 7 0 105 76 102 64 31
Binary 1011001 1100000 11110 111 0 1000101 111110 1000010 110100 11001

Color Harmonies of #59601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59601E

Black with #59601E

Text Example


Text Example

White with #59601E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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