Html Css Color HEX #59622C Saratoga

📋 copy color: '#59622C'

red 89 ◦ green 98 ◦ blue 44

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

Shades of Saratoga #59622C

Tints of Saratoga #59622C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 44 (17.58% from 255) = 19.05%

R = 38.53%
G = 42.42%
B = 19.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#59622C (or 0x59622C) is known color: Saratoga. HEX triplet: 59, 62 and 2C. RGB value is (89,98,44). Sum of RGB (Red+Green+Blue) = 89+98+44=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #59622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59622C is #A69DD3. Grayscale: #595959. Windows color (decimal): -10919380 or 2908761. OLE color: 2908761.

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

Color convert

RGB 89 98 44 -
CMYK 0.09 0 0.55 0.62
HSL 70º 0.38% 0.28% -
HSV(B) 70º 0.55% 0.38% -
XYZ 8.94 11.04 4.04 -
YUV 89.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 89 98 44 0.09 0 0.55 0.62 70 0.38 0.28
Hex 59 62 2C 9 0 37 3E 46 26 1C
Octal 131 142 54 11 0 67 76 106 46 34
Binary 1011001 1100010 101100 1001 0 110111 111110 1000110 100110 11100

Color Harmonies of #59622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59622C

Black with #59622C

Text Example


Text Example

White with #59622C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,98,44); }

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

background-color css

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

 a { background-color: rgb(89,98,44); }

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

border-color css

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

 span { border-color: rgb(89,98,44); }

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