Html Css Color HEX #59612E Saratoga

📋 copy color: '#59612E'

red 89 ◦ green 97 ◦ blue 46

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

Shades of Saratoga #59612E

Tints of Saratoga #59612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 38.36%
G = 41.81%
B = 19.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#59612E (or 0x59612E) is known color: Saratoga. HEX triplet: 59, 61 and 2E. RGB value is (89,97,46). Sum of RGB (Red+Green+Blue) = 89+97+46=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #59612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59612E is #A69ED1. Grayscale: #585858. Windows color (decimal): -10919634 or 3039577. OLE color: 3039577.

HSL color Cylindrical-coordinate representation of color #59612E: hue angle of 69.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59612E is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 97 46 -
CMYK 0.08 0 0.53 0.62
HSL 69.41º 0.36% 0.28% -
HSV(B) 69.41º 0.53% 0.38% -
XYZ 8.89 10.87 4.21 -
YUV 88.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 89 97 46 0.08 0 0.53 0.62 69.41 0.36 0.28
Hex 59 61 2E 8 0 35 3E 45 24 1C
Octal 131 141 56 10 0 65 76 105 44 34
Binary 1011001 1100001 101110 1000 0 110101 111110 1000101 100100 11100

Color Harmonies of #59612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59612E

Black with #59612E

Text Example


Text Example

White with #59612E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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