#596025

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

Shades of Saratoga #596025

Tints of Saratoga #596025

Color information

#596025 (or 0x596025) is unknown color: approx Saratoga. HEX triplet: 59, 60 and 25. RGB value is (89,96,37). Sum of RGB (Red+Green+Blue) = 89+96+37=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #596025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596025 is #A69FDA. Grayscale: #575757. Windows color (decimal): -10919899 or 2449497. OLE color: 2449497.

HSL color Cylindrical-coordinate representation of color #596025: hue angle of 67.12º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #596025 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB899637-
CMYK0.0700.610.62
HSL67.12º44.36%26.08%-
HSV(B)67.12º61.46%37.65%-
XYZ8.6410.623.35-
YUV87.1899.68129.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=40.09%
G=43.24%
B=16.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996370.0700.610.6267.1244.3626.08
Hex596025703D3E432c1a
Octal131140457075761035432
Binary101100111000001001011110111101111110100001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596025; }

 p { color: rgb(89,96,37); }

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

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

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

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

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

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

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