Html Css Color HEX #59652C Saratoga

📋 copy color: '#59652C'

red 89 ◦ green 101 ◦ blue 44

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

Shades of Saratoga #59652C

Tints of Saratoga #59652C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 38.03%
G = 43.16%
B = 18.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#59652C (or 0x59652C) is known color: Saratoga. HEX triplet: 59, 65 and 2C. RGB value is (89,101,44). Sum of RGB (Red+Green+Blue) = 89+101+44=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #59652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59652C is #A69AD3. Grayscale: #5B5B5B. Windows color (decimal): -10918612 or 2909529. OLE color: 2909529.

HSL color Cylindrical-coordinate representation of color #59652C: hue angle of 72.63º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59652C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 44 -
CMYK 0.12 0 0.56 0.60
HSL 72.63º 0.39% 0.28% -
HSV(B) 72.63º 0.56% 0.4% -
XYZ 9.23 11.61 4.14 -
YUV 90.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 89 101 44 0.12 0 0.56 0.60 72.63 0.39 0.28
Hex 59 65 2C C 0 38 3C 49 27 1C
Octal 131 145 54 14 0 70 74 111 47 34
Binary 1011001 1100101 101100 1100 0 111000 111100 1001001 100111 11100

Color Harmonies of #59652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59652C

Black with #59652C

Text Example


Text Example

White with #59652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59652C; }

 p { color: rgb(89,101,44); }

 H1.HeaderClassName
 {
   color: #59652C;
 }
 .AnyTagClassName
 {
   color: #59652C;
 }
</style>

background-color css

<style>
 a { background-color: #59652C; }

 a { background-color: rgb(89,101,44); }

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

border-color css

<style>
 span { border-color: #59652C; }

 span { border-color: rgb(89,101,44); }

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