Html Css Color HEX #59652A Saratoga

📋 copy color: '#59652A'

red 89 ◦ green 101 ◦ blue 42

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

Shades of Saratoga #59652A

Tints of Saratoga #59652A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 38.36%
G = 43.53%
B = 18.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#59652A (or 0x59652A) is known color: Saratoga. HEX triplet: 59, 65 and 2A. RGB value is (89,101,42). Sum of RGB (Red+Green+Blue) = 89+101+42=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #59652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59652A is #A69AD5. Grayscale: #5A5A5A. Windows color (decimal): -10918614 or 2778457. OLE color: 2778457.

HSL color Cylindrical-coordinate representation of color #59652A: hue angle of 72.2º 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 #59652A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 42 -
CMYK 0.12 0 0.58 0.60
HSL 72.2º 0.41% 0.28% -
HSV(B) 72.2º 0.58% 0.4% -
XYZ 9.19 11.6 3.94 -
YUV 90.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 89 101 42 0.12 0 0.58 0.60 72.2 0.41 0.28
Hex 59 65 2A C 0 3A 3C 48 29 1C
Octal 131 145 52 14 0 72 74 110 51 34
Binary 1011001 1100101 101010 1100 0 111010 111100 1001000 101001 11100

Color Harmonies of #59652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59652A

Black with #59652A

Text Example


Text Example

White with #59652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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