Html Css Color HEX #59602F Saratoga

📋 copy color: '#59602F'

red 89 ◦ green 96 ◦ blue 47

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

Shades of Saratoga #59602F

Tints of Saratoga #59602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 38.36%
G = 41.38%
B = 20.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#59602F (or 0x59602F) is known color: Saratoga. HEX triplet: 59, 60 and 2F. RGB value is (89,96,47). Sum of RGB (Red+Green+Blue) = 89+96+47=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #59602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59602F is #A69FD0. Grayscale: #585858. Windows color (decimal): -10919889 or 3104857. OLE color: 3104857.

HSL color Cylindrical-coordinate representation of color #59602F: hue angle of 68.57º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59602F is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 96 47 -
CMYK 0.07 0 0.51 0.62
HSL 68.57º 0.34% 0.28% -
HSV(B) 68.57º 0.51% 0.38% -
XYZ 8.82 10.69 4.29 -
YUV 88.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 89 96 47 0.07 0 0.51 0.62 68.57 0.34 0.28
Hex 59 60 2F 7 0 33 3E 45 22 1C
Octal 131 140 57 7 0 63 76 105 42 34
Binary 1011001 1100000 101111 111 0 110011 111110 1000101 100010 11100

Color Harmonies of #59602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59602F

Black with #59602F

Text Example


Text Example

White with #59602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59602F; }

 p { color: rgb(89,96,47); }

 H1.HeaderClassName
 {
   color: #59602F;
 }
 .AnyTagClassName
 {
   color: #59602F;
 }
</style>

background-color css

<style>
 a { background-color: #59602F; }

 a { background-color: rgb(89,96,47); }

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

border-color css

<style>
 span { border-color: #59602F; }

 span { border-color: rgb(89,96,47); }

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