Html Css Color HEX #59592C Saratoga

📋 copy color: '#59592C'

red 89 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #59592C

Tints of Saratoga #59592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 40.09%
G = 40.09%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59592C (or 0x59592C) is known color: Saratoga. HEX triplet: 59, 59 and 2C. RGB value is (89,89,44). Sum of RGB (Red+Green+Blue) = 89+89+44=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59592C is #A6A6D3. Grayscale: #545454. Windows color (decimal): -10921684 or 2906457. OLE color: 2906457.

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

Color convert

RGB 89 89 44 -
CMYK 0 0 0.51 0.65
HSL 60º 0.34% 0.26% -
HSV(B) 60º 0.51% 0.35% -
XYZ 8.15 9.45 3.78 -
YUV 83.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 89 89 44 0 0 0.51 0.65 60 0.34 0.26
Hex 59 59 2C 0 0 33 41 3C 22 1A
Octal 131 131 54 0 0 63 101 74 42 32
Binary 1011001 1011001 101100 0 0 110011 1000001 111100 100010 11010

Color Harmonies of #59592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59592C

Black with #59592C

Text Example


Text Example

White with #59592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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