Html Css Color HEX #596334 Saratoga

📋 copy color: '#596334'

red 89 ◦ green 99 ◦ blue 52

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

Shades of Saratoga #596334

Tints of Saratoga #596334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 52 (20.7% from 255) = 21.67%

R = 37.08%
G = 41.25%
B = 21.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#596334 (or 0x596334) is known color: Saratoga. HEX triplet: 59, 63 and 34. RGB value is (89,99,52). Sum of RGB (Red+Green+Blue) = 89+99+52=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #596334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596334 is #A69CCB. Grayscale: #5A5A5A. Windows color (decimal): -10919116 or 3433305. OLE color: 3433305.

HSL color Cylindrical-coordinate representation of color #596334: hue angle of 72.77º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #596334 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 99 52 -
CMYK 0.10 0 0.47 0.61
HSL 72.77º 0.31% 0.3% -
HSV(B) 72.77º 0.47% 0.39% -
XYZ 9.2 11.3 4.94 -
YUV 90.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 89 99 52 0.10 0 0.47 0.61 72.77 0.31 0.3
Hex 59 63 34 A 0 2F 3D 49 1F 1E
Octal 131 143 64 12 0 57 75 111 37 36
Binary 1011001 1100011 110100 1010 0 101111 111101 1001001 11111 11110

Color Harmonies of #596334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596334

Black with #596334

Text Example


Text Example

White with #596334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596334; }

 p { color: rgb(89,99,52); }

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

background-color css

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

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

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

border-color css

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

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

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