Html Css Color HEX #59642B Saratoga

📋 copy color: '#59642B'

red 89 ◦ green 100 ◦ blue 43

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

Shades of Saratoga #59642B

Tints of Saratoga #59642B

RGB

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

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

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

R = 38.36%
G = 43.1%
B = 18.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#59642B (or 0x59642B) is known color: Saratoga. HEX triplet: 59, 64 and 2B. RGB value is (89,100,43). Sum of RGB (Red+Green+Blue) = 89+100+43=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #59642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59642B is #A69BD4. Grayscale: #5A5A5A. Windows color (decimal): -10918869 or 2843737. OLE color: 2843737.

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

Color convert

RGB 89 100 43 -
CMYK 0.11 0 0.57 0.61
HSL 71.58º 0.4% 0.28% -
HSV(B) 71.58º 0.57% 0.39% -
XYZ 9.11 11.41 4.01 -
YUV 90.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 89 100 43 0.11 0 0.57 0.61 71.58 0.4 0.28
Hex 59 64 2B B 0 39 3D 48 28 1C
Octal 131 144 53 13 0 71 75 110 50 34
Binary 1011001 1100100 101011 1011 0 111001 111101 1001000 101000 11100

Color Harmonies of #59642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59642B

Black with #59642B

Text Example


Text Example

White with #59642B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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