Html Css Color HEX #59622F Saratoga

📋 copy color: '#59622F'

red 89 ◦ green 98 ◦ blue 47

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

Shades of Saratoga #59622F

Tints of Saratoga #59622F

RGB

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

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

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

R = 38.03%
G = 41.88%
B = 20.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#59622F (or 0x59622F) is known color: Saratoga. HEX triplet: 59, 62 and 2F. RGB value is (89,98,47). Sum of RGB (Red+Green+Blue) = 89+98+47=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #59622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59622F is #A69DD0. Grayscale: #595959. Windows color (decimal): -10919377 or 3105369. OLE color: 3105369.

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

Color convert

RGB 89 98 47 -
CMYK 0.09 0 0.52 0.62
HSL 70.59º 0.35% 0.28% -
HSV(B) 70.59º 0.52% 0.38% -
XYZ 9 11.06 4.35 -
YUV 89.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 89 98 47 0.09 0 0.52 0.62 70.59 0.35 0.28
Hex 59 62 2F 9 0 34 3E 47 23 1C
Octal 131 142 57 11 0 64 76 107 43 34
Binary 1011001 1100010 101111 1001 0 110100 111110 1000111 100011 11100

Color Harmonies of #59622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59622F

Black with #59622F

Text Example


Text Example

White with #59622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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