Html Css Color HEX #59592D Saratoga

📋 copy color: '#59592D'

red 89 ◦ green 89 ◦ blue 45

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

Shades of Saratoga #59592D

Tints of Saratoga #59592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 39.91%
G = 39.91%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59592D (or 0x59592D) is known color: Saratoga. HEX triplet: 59, 59 and 2D. RGB value is (89,89,45). Sum of RGB (Red+Green+Blue) = 89+89+45=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59592D is #A6A6D2. Grayscale: #545454. Windows color (decimal): -10921683 or 2971993. OLE color: 2971993.

HSL color Cylindrical-coordinate representation of color #59592D: hue angle of 60º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59592D is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 89 45 -
CMYK 0 0 0.49 0.65
HSL 60º 0.33% 0.26% -
HSV(B) 60º 0.49% 0.35% -
XYZ 8.17 9.46 3.88 -
YUV 83.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 89 89 45 0 0 0.49 0.65 60 0.33 0.26
Hex 59 59 2D 0 0 31 41 3C 21 1A
Octal 131 131 55 0 0 61 101 74 41 32
Binary 1011001 1011001 101101 0 0 110001 1000001 111100 100001 11010

Color Harmonies of #59592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59592D

Black with #59592D

Text Example


Text Example

White with #59592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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