Html Css Color HEX #59662B Saratoga

📋 copy color: '#59662B'

red 89 ◦ green 102 ◦ blue 43

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

Shades of Saratoga #59662B

Tints of Saratoga #59662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 38.03%
G = 43.59%
B = 18.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#59662B (or 0x59662B) is known color: Saratoga. HEX triplet: 59, 66 and 2B. RGB value is (89,102,43). Sum of RGB (Red+Green+Blue) = 89+102+43=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #59662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59662B is #A699D4. Grayscale: #5B5B5B. Windows color (decimal): -10918357 or 2844249. OLE color: 2844249.

HSL color Cylindrical-coordinate representation of color #59662B: hue angle of 73.22º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59662B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 102 43 -
CMYK 0.13 0 0.58 0.6
HSL 73.22º 0.41% 0.28% -
HSV(B) 73.22º 0.58% 0.4% -
XYZ 9.31 11.8 4.07 -
YUV 91.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 89 102 43 0.13 0 0.58 0.6 73.22 0.41 0.28
Hex 59 66 2B D 0 3A 3C 49 29 1C
Octal 131 146 53 15 0 72 74 111 51 34
Binary 1011001 1100110 101011 1101 0 111010 111100 1001001 101001 11100

Color Harmonies of #59662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59662B

Black with #59662B

Text Example


Text Example

White with #59662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59662B; }

 p { color: rgb(89,102,43); }

 H1.HeaderClassName
 {
   color: #59662B;
 }
 .AnyTagClassName
 {
   color: #59662B;
 }
</style>

background-color css

<style>
 a { background-color: #59662B; }

 a { background-color: rgb(89,102,43); }

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

border-color css

<style>
 span { border-color: #59662B; }

 span { border-color: rgb(89,102,43); }

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