Html Css Color HEX #59642D Saratoga

📋 copy color: '#59642D'

red 89 ◦ green 100 ◦ blue 45

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

Shades of Saratoga #59642D

Tints of Saratoga #59642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 38.03%
G = 42.74%
B = 19.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#59642D (or 0x59642D) is known color: Saratoga. HEX triplet: 59, 64 and 2D. RGB value is (89,100,45). Sum of RGB (Red+Green+Blue) = 89+100+45=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #59642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59642D is #A69BD2. Grayscale: #5A5A5A. Windows color (decimal): -10918867 or 2974809. OLE color: 2974809.

HSL color Cylindrical-coordinate representation of color #59642D: hue angle of 72º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59642D is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 100 45 -
CMYK 0.11 0 0.55 0.61
HSL 72º 0.38% 0.28% -
HSV(B) 72º 0.55% 0.39% -
XYZ 9.15 11.43 4.21 -
YUV 90.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 89 100 45 0.11 0 0.55 0.61 72 0.38 0.28
Hex 59 64 2D B 0 37 3D 48 26 1C
Octal 131 144 55 13 0 67 75 110 46 34
Binary 1011001 1100100 101101 1011 0 110111 111101 1001000 100110 11100

Color Harmonies of #59642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59642D

Black with #59642D

Text Example


Text Example

White with #59642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59642D; }

 p { color: rgb(89,100,45); }

 H1.HeaderClassName
 {
   color: #59642D;
 }
 .AnyTagClassName
 {
   color: #59642D;
 }
</style>

background-color css

<style>
 a { background-color: #59642D; }

 a { background-color: rgb(89,100,45); }

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

border-color css

<style>
 span { border-color: #59642D; }

 span { border-color: rgb(89,100,45); }

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