#59612F

Color #59612F Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #59612F

Tints of Saratoga #59612F

Color information

#59612F (or 0x59612F) is unknown color: approx Saratoga. HEX triplet: 59, 61 and 2F. RGB value is (89,97,47). Sum of RGB (Red+Green+Blue) = 89+97+47=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #59612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59612F is #A69ED0. Grayscale: #595959. Windows color (decimal): -10919633 or 3105113. OLE color: 3105113.

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

Color convert

RGB899747-
CMYK0.0800.520.62
HSL69.6º34.72%28.24%-
HSV(B)69.6º51.55%38.04%-
XYZ8.9110.884.32-
YUV88.91104.35128.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=38.20%
G=41.63%
B=20.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8997470.0800.520.6269.634.7228.24
Hex59612F80343E46231c
Octal1311415710064761064334
Binary1011001110000110111110000110100111110100011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59612F;
 }
 .AnyTagClassName
 {
   color: #59612F;
 }
</style>
background-color css

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

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

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

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

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

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