Html Css Color HEX #596225 Saratoga

📋 copy color: '#596225'

red 89 ◦ green 98 ◦ blue 37

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

Shades of Saratoga #596225

Tints of Saratoga #596225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

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

R = 39.73%
G = 43.75%
B = 16.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#596225 (or 0x596225) is known color: Saratoga. HEX triplet: 59, 62 and 25. RGB value is (89,98,37). Sum of RGB (Red+Green+Blue) = 89+98+37=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #596225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596225 is #A69DDA. Grayscale: #585858. Windows color (decimal): -10919387 or 2450009. OLE color: 2450009.

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

Color convert

RGB 89 98 37 -
CMYK 0.09 0 0.62 0.62
HSL 68.85º 0.45% 0.26% -
HSV(B) 68.85º 0.62% 0.38% -
XYZ 8.82 10.99 3.41 -
YUV 88.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 89 98 37 0.09 0 0.62 0.62 68.85 0.45 0.26
Hex 59 62 25 9 0 3E 3E 45 2D 1A
Octal 131 142 45 11 0 76 76 105 55 32
Binary 1011001 1100010 100101 1001 0 111110 111110 1000101 101101 11010

Color Harmonies of #596225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596225

Black with #596225

Text Example


Text Example

White with #596225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596225; }

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

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

background-color css

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

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

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

border-color css

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

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

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