Html Css Color HEX #59632F Saratoga

📋 copy color: '#59632F'

red 89 ◦ green 99 ◦ blue 47

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

Shades of Saratoga #59632F

Tints of Saratoga #59632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

 BLUE value IS 47 (18.75% from 255) = 20%

R = 37.87%
G = 42.13%
B = 20%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#59632F (or 0x59632F) is known color: Saratoga. HEX triplet: 59, 63 and 2F. RGB value is (89,99,47). Sum of RGB (Red+Green+Blue) = 89+99+47=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #59632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59632F is #A69CD0. Grayscale: #5A5A5A. Windows color (decimal): -10919121 or 3105625. OLE color: 3105625.

HSL color Cylindrical-coordinate representation of color #59632F: hue angle of 71.54º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59632F is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 99 47 -
CMYK 0.10 0 0.53 0.61
HSL 71.54º 0.36% 0.29% -
HSV(B) 71.54º 0.53% 0.39% -
XYZ 9.09 11.25 4.38 -
YUV 90.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 89 99 47 0.10 0 0.53 0.61 71.54 0.36 0.29
Hex 59 63 2F A 0 35 3D 48 24 1D
Octal 131 143 57 12 0 65 75 110 44 35
Binary 1011001 1100011 101111 1010 0 110101 111101 1001000 100100 11101

Color Harmonies of #59632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59632F

Black with #59632F

Text Example


Text Example

White with #59632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59632F; }

 p { color: rgb(89,99,47); }

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

background-color css

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

 a { background-color: rgb(89,99,47); }

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

border-color css

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

 span { border-color: rgb(89,99,47); }

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