Html Css Color HEX #596525 Saratoga

📋 copy color: '#596525'

red 89 ◦ green 101 ◦ blue 37

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

Shades of Saratoga #596525

Tints of Saratoga #596525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 39.21%
G = 44.49%
B = 16.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#596525 (or 0x596525) is known color: Saratoga. HEX triplet: 59, 65 and 25. RGB value is (89,101,37). Sum of RGB (Red+Green+Blue) = 89+101+37=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #596525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596525 is #A69ADA. Grayscale: #5A5A5A. Windows color (decimal): -10918619 or 2450777. OLE color: 2450777.

HSL color Cylindrical-coordinate representation of color #596525: hue angle of 71.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #596525 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 37 -
CMYK 0.12 0 0.63 0.60
HSL 71.25º 0.46% 0.27% -
HSV(B) 71.25º 0.63% 0.4% -
XYZ 9.11 11.56 3.5 -
YUV 90.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 89 101 37 0.12 0 0.63 0.60 71.25 0.46 0.27
Hex 59 65 25 C 0 3F 3C 47 2E 1B
Octal 131 145 45 14 0 77 74 107 56 33
Binary 1011001 1100101 100101 1100 0 111111 111100 1000111 101110 11011

Color Harmonies of #596525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596525

Black with #596525

Text Example


Text Example

White with #596525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596525; }

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

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

background-color css

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

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

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

border-color css

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

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

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