Html Css Color HEX #59612D Saratoga

📋 copy color: '#59612D'

red 89 ◦ green 97 ◦ blue 45

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

Shades of Saratoga #59612D

Tints of Saratoga #59612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

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

R = 38.53%
G = 41.99%
B = 19.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#59612D (or 0x59612D) is known color: Saratoga. HEX triplet: 59, 61 and 2D. RGB value is (89,97,45). Sum of RGB (Red+Green+Blue) = 89+97+45=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #59612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59612D is #A69ED2. Grayscale: #585858. Windows color (decimal): -10919635 or 2974041. OLE color: 2974041.

HSL color Cylindrical-coordinate representation of color #59612D: hue angle of 69.23º 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 #59612D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 97 45 -
CMYK 0.08 0 0.54 0.62
HSL 69.23º 0.37% 0.28% -
HSV(B) 69.23º 0.54% 0.38% -
XYZ 8.87 10.86 4.11 -
YUV 88.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 89 97 45 0.08 0 0.54 0.62 69.23 0.37 0.28
Hex 59 61 2D 8 0 36 3E 45 25 1C
Octal 131 141 55 10 0 66 76 105 45 34
Binary 1011001 1100001 101101 1000 0 110110 111110 1000101 100101 11100

Color Harmonies of #59612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59612D

Black with #59612D

Text Example


Text Example

White with #59612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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