Html Css Color HEX #59622D Saratoga

📋 copy color: '#59622D'

red 89 ◦ green 98 ◦ blue 45

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

Shades of Saratoga #59622D

Tints of Saratoga #59622D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 38.36%
G = 42.24%
B = 19.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#59622D (or 0x59622D) is known color: Saratoga. HEX triplet: 59, 62 and 2D. RGB value is (89,98,45). Sum of RGB (Red+Green+Blue) = 89+98+45=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #59622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59622D is #A69DD2. Grayscale: #595959. Windows color (decimal): -10919379 or 2974297. OLE color: 2974297.

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

Color convert

RGB 89 98 45 -
CMYK 0.09 0 0.54 0.62
HSL 70.19º 0.37% 0.28% -
HSV(B) 70.19º 0.54% 0.38% -
XYZ 8.96 11.05 4.14 -
YUV 89.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 89 98 45 0.09 0 0.54 0.62 70.19 0.37 0.28
Hex 59 62 2D 9 0 36 3E 46 25 1C
Octal 131 142 55 11 0 66 76 106 45 34
Binary 1011001 1100010 101101 1001 0 110110 111110 1000110 100101 11100

Color Harmonies of #59622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59622D

Black with #59622D

Text Example


Text Example

White with #59622D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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